Html Css Color HEX #F006AF Hollywood Cerise

📋 copy color: '#F006AF'

red 240 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #F006AF

Tints of Hollywood Cerise #F006AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 57.01%
G = 1.43%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F006AF (or 0xF006AF) is known color: Hollywood Cerise. HEX triplet: F0, 06 and AF. RGB value is (240,6,175). Sum of RGB (Red+Green+Blue) = 240+6+175=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F006AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F006AF is #0FF950. Grayscale: #5E5E5E. Windows color (decimal): -1046865 or 11470576. OLE color: 11470576.

HSL color Cylindrical-coordinate representation of color #F006AF: hue angle of 316.67º 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 #F006AF is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 175 -
CMYK 0 0.98 0.27 0.06
HSL 316.67º 0.95% 0.48% -
HSV(B) 316.67º 0.98% 0.94% -
XYZ 43.74 21.75 42.45 -
YUV 95.23 173.02 231.26 -
System Red Green Blue C M Y K H S L
Decimal 240 6 175 0 0.98 0.27 0.06 316.67 0.95 0.48
Hex F0 6 AF 0 62 1B 6 13D 5F 30
Octal 360 6 257 0 142 33 6 475 137 60
Binary 11110000 110 10101111 0 1100010 11011 110 100111101 1011111 110000

Color Harmonies of #F006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006AF

Black with #F006AF

Text Example


Text Example

White with #F006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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