Html Css Color HEX #F900AC Hollywood Cerise

📋 copy color: '#F900AC'

red 249 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #F900AC

Tints of Hollywood Cerise #F900AC

RGB

 RED value IS 249 (97.66% from 255) = 59.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 59.14%
G = 0%
B = 40.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F900AC (or 0xF900AC) is known color: Hollywood Cerise. HEX triplet: F9, 00 and AC. RGB value is (249,0,172). Sum of RGB (Red+Green+Blue) = 249+0+172=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F900AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900AC is #06FF53. Grayscale: #5D5D5D. Windows color (decimal): -458580 or 11272441. OLE color: 11272441.

HSL color Cylindrical-coordinate representation of color #F900AC: hue angle of 318.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900AC is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 172 -
CMYK 0 1 0.31 0.02
HSL 318.55º 1% 0.49% -
HSV(B) 318.55º 1% 0.98% -
XYZ 46.51 23.12 41.04 -
YUV 94.06 171.99 238.51 -
System Red Green Blue C M Y K H S L
Decimal 249 0 172 0 1 0.31 0.02 318.55 1 0.49
Hex F9 0 AC 0 64 1F 2 13F 64 31
Octal 371 0 254 0 144 37 2 477 144 61
Binary 11111001 0 10101100 0 1100100 11111 10 100111111 1100100 110001

Color Harmonies of #F900AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900AC

Black with #F900AC

Text Example


Text Example

White with #F900AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900AC; }

 p { color: rgb(249,0,172); }

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

background-color css

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

 a { background-color: rgb(249,0,172); }

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

border-color css

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

 span { border-color: rgb(249,0,172); }

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