Html Css Color HEX #F9019B Hollywood Cerise

📋 copy color: '#F9019B'

red 249 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #F9019B

Tints of Hollywood Cerise #F9019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 61.48%
G = 0.25%
B = 38.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9019B (or 0xF9019B) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 9B. RGB value is (249,1,155). Sum of RGB (Red+Green+Blue) = 249+1+155=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9019B is #06FE64. Grayscale: #5C5C5C. Windows color (decimal): -458341 or 10158585. OLE color: 10158585.

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

Color convert

RGB 249 1 155 -
CMYK 0 1.00 0.38 0.02
HSL 322.74º 0.99% 0.49% -
HSV(B) 322.74º 1% 0.98% -
XYZ 44.99 22.53 32.99 -
YUV 92.71 163.16 239.48 -
System Red Green Blue C M Y K H S L
Decimal 249 1 155 0 1.00 0.38 0.02 322.74 0.99 0.49
Hex F9 1 9B 0 64 26 2 143 63 31
Octal 371 1 233 0 144 46 2 503 143 61
Binary 11111001 1 10011011 0 1100100 100110 10 101000011 1100011 110001

Color Harmonies of #F9019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9019B

Black with #F9019B

Text Example


Text Example

White with #F9019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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