Html Css Color HEX #F900A1 Hollywood Cerise

📋 copy color: '#F900A1'

red 249 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #F900A1

Tints of Hollywood Cerise #F900A1

RGB

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

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

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

R = 60.73%
G = 0%
B = 39.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F900A1 (or 0xF900A1) is known color: Hollywood Cerise. HEX triplet: F9, 00 and A1. RGB value is (249,0,161). Sum of RGB (Red+Green+Blue) = 249+0+161=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F900A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900A1 is #06FF5E. Grayscale: #5C5C5C. Windows color (decimal): -458591 or 10551545. OLE color: 10551545.

HSL color Cylindrical-coordinate representation of color #F900A1: hue angle of 321.2º 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 #F900A1 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 0 161 -
CMYK 0 1 0.35 0.02
HSL 321.2º 1% 0.49% -
HSV(B) 321.2º 1% 0.98% -
XYZ 45.5 22.71 35.7 -
YUV 92.81 166.49 239.41 -
System Red Green Blue C M Y K H S L
Decimal 249 0 161 0 1 0.35 0.02 321.2 1 0.49
Hex F9 0 A1 0 64 23 2 141 64 31
Octal 371 0 241 0 144 43 2 501 144 61
Binary 11111001 0 10100001 0 1100100 100011 10 101000001 1100100 110001

Color Harmonies of #F900A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900A1

Black with #F900A1

Text Example


Text Example

White with #F900A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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