Html Css Color HEX #F006A1 Hollywood Cerise

📋 copy color: '#F006A1'

red 240 ◦ green 6 ◦ blue 161

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

Shades of Hollywood Cerise #F006A1

Tints of Hollywood Cerise #F006A1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 161 (63.28% from 255) = 39.56%

R = 58.97%
G = 1.47%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F006A1 (or 0xF006A1) is known color: Hollywood Cerise. HEX triplet: F0, 06 and A1. RGB value is (240,6,161). Sum of RGB (Red+Green+Blue) = 240+6+161=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F006A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006A1 is #0FF95E. Grayscale: #5D5D5D. Windows color (decimal): -1046879 or 10553072. OLE color: 10553072.

HSL color Cylindrical-coordinate representation of color #F006A1: hue angle of 320.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006A1 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 161 -
CMYK 0 0.98 0.33 0.06
HSL 320.26º 0.95% 0.48% -
HSV(B) 320.26º 0.98% 0.94% -
XYZ 42.43 21.23 35.58 -
YUV 93.64 166.02 232.4 -
System Red Green Blue C M Y K H S L
Decimal 240 6 161 0 0.98 0.33 0.06 320.26 0.95 0.48
Hex F0 6 A1 0 62 21 6 140 5F 30
Octal 360 6 241 0 142 41 6 500 137 60
Binary 11110000 110 10100001 0 1100010 100001 110 101000000 1011111 110000

Color Harmonies of #F006A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006A1

Black with #F006A1

Text Example


Text Example

White with #F006A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006A1; }

 p { color: rgb(240,6,161); }

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

background-color css

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

 a { background-color: rgb(240,6,161); }

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

border-color css

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

 span { border-color: rgb(240,6,161); }

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