Html Css Color HEX #F008AF Hollywood Cerise

📋 copy color: '#F008AF'

red 240 ◦ green 8 ◦ blue 175

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

Shades of Hollywood Cerise #F008AF

Tints of Hollywood Cerise #F008AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.89%

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

R = 56.74%
G = 1.89%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F008AF (or 0xF008AF) is known color: Hollywood Cerise. HEX triplet: F0, 08 and AF. RGB value is (240,8,175). Sum of RGB (Red+Green+Blue) = 240+8+175=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F008AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008AF is #0FF750. Grayscale: #5F5F5F. Windows color (decimal): -1046353 or 11471088. OLE color: 11471088.

HSL color Cylindrical-coordinate representation of color #F008AF: hue angle of 316.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008AF is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 175 -
CMYK 0 0.97 0.27 0.06
HSL 316.81º 0.94% 0.49% -
HSV(B) 316.81º 0.97% 0.94% -
XYZ 43.76 21.79 42.46 -
YUV 96.41 172.36 230.42 -
System Red Green Blue C M Y K H S L
Decimal 240 8 175 0 0.97 0.27 0.06 316.81 0.94 0.49
Hex F0 8 AF 0 61 1B 6 13D 5E 31
Octal 360 10 257 0 141 33 6 475 136 61
Binary 11110000 1000 10101111 0 1100001 11011 110 100111101 1011110 110001

Color Harmonies of #F008AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008AF

Black with #F008AF

Text Example


Text Example

White with #F008AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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