Html Css Color HEX #F1019F Hollywood Cerise

📋 copy color: '#F1019F'

red 241 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #F1019F

Tints of Hollywood Cerise #F1019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 60.1%
G = 0.25%
B = 39.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1019F (or 0xF1019F) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 9F. RGB value is (241,1,159). Sum of RGB (Red+Green+Blue) = 241+1+159=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1019F is #0EFE60. Grayscale: #5A5A5A. Windows color (decimal): -982625 or 10420721. OLE color: 10420721.

HSL color Cylindrical-coordinate representation of color #F1019F: hue angle of 320.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 #F1019F is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 159 -
CMYK 0 1.00 0.34 0.05
HSL 320.5º 0.99% 0.47% -
HSV(B) 320.5º 1% 0.95% -
XYZ 42.54 21.23 34.66 -
YUV 90.77 166.51 235.15 -
System Red Green Blue C M Y K H S L
Decimal 241 1 159 0 1.00 0.34 0.05 320.5 0.99 0.47
Hex F1 1 9F 0 64 22 5 140 63 2F
Octal 361 1 237 0 144 42 5 500 143 57
Binary 11110001 1 10011111 0 1100100 100010 101 101000000 1100011 101111

Color Harmonies of #F1019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1019F

Black with #F1019F

Text Example


Text Example

White with #F1019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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