Html Css Color HEX #F1019B Hollywood Cerise

📋 copy color: '#F1019B'

red 241 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #F1019B

Tints of Hollywood Cerise #F1019B

RGB

 RED value IS 241 (94.53% from 255) = 60.71%

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

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

R = 60.71%
G = 0.25%
B = 39.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1019B (or 0xF1019B) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 9B. RGB value is (241,1,155). Sum of RGB (Red+Green+Blue) = 241+1+155=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1019B is #0EFE64. Grayscale: #595959. Windows color (decimal): -982629 or 10158577. OLE color: 10158577.

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

Color convert

RGB 241 1 155 -
CMYK 0 1.00 0.36 0.05
HSL 321.5º 0.99% 0.47% -
HSV(B) 321.5º 1% 0.95% -
XYZ 42.2 21.09 32.86 -
YUV 90.32 164.51 235.48 -
System Red Green Blue C M Y K H S L
Decimal 241 1 155 0 1.00 0.36 0.05 321.5 0.99 0.47
Hex F1 1 9B 0 64 24 5 142 63 2F
Octal 361 1 233 0 144 44 5 502 143 57
Binary 11110001 1 10011011 0 1100100 100100 101 101000010 1100011 101111

Color Harmonies of #F1019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1019B

Black with #F1019B

Text Example


Text Example

White with #F1019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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