Html Css Color HEX #F901AC Hollywood Cerise

📋 copy color: '#F901AC'

red 249 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #F901AC

Tints of Hollywood Cerise #F901AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 59%
G = 0.24%
B = 40.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F901AC (or 0xF901AC) is known color: Hollywood Cerise. HEX triplet: F9, 01 and AC. RGB value is (249,1,172). Sum of RGB (Red+Green+Blue) = 249+1+172=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F901AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F901AC is #06FE53. Grayscale: #5E5E5E. Windows color (decimal): -458324 or 11272697. OLE color: 11272697.

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

Color convert

RGB 249 1 172 -
CMYK 0 1.00 0.31 0.02
HSL 318.63º 0.99% 0.49% -
HSV(B) 318.63º 1% 0.98% -
XYZ 46.52 23.14 41.04 -
YUV 94.65 171.66 238.1 -
System Red Green Blue C M Y K H S L
Decimal 249 1 172 0 1.00 0.31 0.02 318.63 0.99 0.49
Hex F9 1 AC 0 64 1F 2 13F 63 31
Octal 371 1 254 0 144 37 2 477 143 61
Binary 11111001 1 10101100 0 1100100 11111 10 100111111 1100011 110001

Color Harmonies of #F901AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901AC

Black with #F901AC

Text Example


Text Example

White with #F901AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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