Html Css Color HEX #F4019B Hollywood Cerise

📋 copy color: '#F4019B'

red 244 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #F4019B

Tints of Hollywood Cerise #F4019B

RGB

 RED value IS 244 (95.7% from 255) = 61%

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

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

R = 61%
G = 0.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4019B (or 0xF4019B) is known color: Hollywood Cerise. HEX triplet: F4, 01 and 9B. RGB value is (244,1,155). Sum of RGB (Red+Green+Blue) = 244+1+155=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4019B is #0BFE64. Grayscale: #5A5A5A. Windows color (decimal): -786021 or 10158580. OLE color: 10158580.

HSL color Cylindrical-coordinate representation of color #F4019B: hue angle of 321.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4019B is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 155 -
CMYK 0 1.00 0.36 0.04
HSL 321.98º 0.99% 0.48% -
HSV(B) 321.98º 1% 0.96% -
XYZ 43.24 21.62 32.9 -
YUV 91.21 164.01 236.98 -
System Red Green Blue C M Y K H S L
Decimal 244 1 155 0 1.00 0.36 0.04 321.98 0.99 0.48
Hex F4 1 9B 0 64 24 4 142 63 30
Octal 364 1 233 0 144 44 4 502 143 60
Binary 11110100 1 10011011 0 1100100 100100 100 101000010 1100011 110000

Color Harmonies of #F4019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4019B

Black with #F4019B

Text Example


Text Example

White with #F4019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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