Html Css Color HEX #F060A6 Brilliant Rose

📋 copy color: '#F060A6'

red 240 ◦ green 96 ◦ blue 166

#F060A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F060A6

Tints of Brilliant Rose #F060A6

RGB

 RED value IS 240 (94.14% from 255) = 47.81%

 GREEN value IS 96 (37.89% from 255) = 19.12%

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 47.81%
G = 19.12%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F060A6 (or 0xF060A6) is known color: Brilliant Rose. HEX triplet: F0, 60 and A6. RGB value is (240,96,166). Sum of RGB (Red+Green+Blue) = 240+96+166=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F060A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060A6 is #0F9F59. Grayscale: #929292. Windows color (decimal): -1023834 or 10903792. OLE color: 10903792.

HSL color Cylindrical-coordinate representation of color #F060A6: hue angle of 330.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060A6 is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 166 -
CMYK 0 0.6 0.31 0.06
HSL 330.83º 0.83% 0.66% -
HSV(B) 330.83º 0.6% 0.94% -
XYZ 47 29.64 39.32 -
YUV 147.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 240 96 166 0 0.6 0.31 0.06 330.83 0.83 0.66
Hex F0 60 A6 0 3C 1F 6 14B 53 42
Octal 360 140 246 0 74 37 6 513 123 102
Binary 11110000 1100000 10100110 0 111100 11111 110 101001011 1010011 1000010

Color Harmonies of #F060A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060A6

Black with #F060A6

Text Example


Text Example

White with #F060A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060A6; }

 p { color: rgb(240,96,166); }

 H1.HeaderClassName
 {
   color: #F060A6;
 }
 .AnyTagClassName
 {
   color: #F060A6;
 }
</style>

background-color css

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

 a { background-color: rgb(240,96,166); }

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

border-color css

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

 span { border-color: rgb(240,96,166); }

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