#F65FA6

Color #F65FA6 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F65FA6

Tints of Brilliant Rose #F65FA6

Color information

#F65FA6 (or 0xF65FA6) is unknown color: approx Brilliant Rose. HEX triplet: F6, 5F and A6. RGB value is (246,95,166). Sum of RGB (Red+Green+Blue) = 246+95+166=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FA6 is #09A059. Grayscale: #949494. Windows color (decimal): -630874 or 10903542. OLE color: 10903542.

HSL color Cylindrical-coordinate representation of color #F65FA6: hue angle of 331.79º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FA6 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24695166-
CMYK00.610.330.04
HSL331.79º89.35%66.86%-
HSV(B)331.79º61.38%96.47%-
XYZ48.9830.5339.39-
YUV148.24138.03197.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=48.52%
G=18.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469516600.610.330.04331.7989.3566.86
HexF65FA603D21414c5943
Octal366137246075414514131103
Binary11110110101111110100110011110110000110010100110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65FA6; }

 p { color: rgb(246,95,166); }

 H1.HeaderClassName
 {
   color: #F65FA6;
 }
 .AnyTagClassName
 {
   color: #F65FA6;
 }
</style>
background-color css

<style>
 a { background-color: #F65FA6; }

 a { background-color: rgb(246,95,166); }

 div.DivClassName
 {
   background-color: #F65FA6;
 }
 .BgClassName
 {
   background-color: #F65FA6;
 }
</style>
border-color css

<style>
 span { border-color: #F65FA6; }

 span { border-color: rgb(246,95,166); }

 td.TdClassName
 {
   border-color: #F65FA6;
 }
 .TagClassName
 {
   border-color: #F65FA6;
 }
</style>