Html Css Color HEX #F066A0 Brilliant Rose

📋 copy color: '#F066A0'

red 240 ◦ green 102 ◦ blue 160

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

Shades of Brilliant Rose #F066A0

Tints of Brilliant Rose #F066A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 47.81%
G = 20.32%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F066A0 (or 0xF066A0) is known color: Brilliant Rose. HEX triplet: F0, 66 and A0. RGB value is (240,102,160). Sum of RGB (Red+Green+Blue) = 240+102+160=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F066A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F066A0 is #0F995F. Grayscale: #959595. Windows color (decimal): -1022304 or 10512112. OLE color: 10512112.

HSL color Cylindrical-coordinate representation of color #F066A0: hue angle of 334.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066A0 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 160 -
CMYK 0 0.58 0.33 0.06
HSL 334.78º 0.82% 0.67% -
HSV(B) 334.78º 0.58% 0.94% -
XYZ 47.03 30.57 36.68 -
YUV 149.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 240 102 160 0 0.58 0.33 0.06 334.78 0.82 0.67
Hex F0 66 A0 0 3A 21 6 14F 52 43
Octal 360 146 240 0 72 41 6 517 122 103
Binary 11110000 1100110 10100000 0 111010 100001 110 101001111 1010010 1000011

Color Harmonies of #F066A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066A0

Black with #F066A0

Text Example


Text Example

White with #F066A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066A0; }

 p { color: rgb(240,102,160); }

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

background-color css

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

 a { background-color: rgb(240,102,160); }

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

border-color css

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

 span { border-color: rgb(240,102,160); }

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