Html Css Color HEX #F900B0 Hollywood Cerise

📋 copy color: '#F900B0'

red 249 ◦ green 0 ◦ blue 176

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

Shades of Hollywood Cerise #F900B0

Tints of Hollywood Cerise #F900B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 58.59%
G = 0%
B = 41.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F900B0 (or 0xF900B0) is known color: Hollywood Cerise. HEX triplet: F9, 00 and B0. RGB value is (249,0,176). Sum of RGB (Red+Green+Blue) = 249+0+176=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F900B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F900B0 is #06FF4F. Grayscale: #5E5E5E. Windows color (decimal): -458576 or 11534585. OLE color: 11534585.

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

Color convert

RGB 249 0 176 -
CMYK 0 1 0.29 0.02
HSL 317.59º 1% 0.49% -
HSV(B) 317.59º 1% 0.98% -
XYZ 46.9 23.27 43.09 -
YUV 94.52 173.99 238.19 -
System Red Green Blue C M Y K H S L
Decimal 249 0 176 0 1 0.29 0.02 317.59 1 0.49
Hex F9 0 B0 0 64 1D 2 13E 64 31
Octal 371 0 260 0 144 35 2 476 144 61
Binary 11111001 0 10110000 0 1100100 11101 10 100111110 1100100 110001

Color Harmonies of #F900B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F900B0

Black with #F900B0

Text Example


Text Example

White with #F900B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F900B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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