Html Css Color HEX #F1018C Hollywood Cerise

📋 copy color: '#F1018C'

red 241 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #F1018C

Tints of Hollywood Cerise #F1018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 63.09%
G = 0.26%
B = 36.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1018C (or 0xF1018C) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 8C. RGB value is (241,1,140). Sum of RGB (Red+Green+Blue) = 241+1+140=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1018C is #0EFE73. Grayscale: #585858. Windows color (decimal): -982644 or 9175537. OLE color: 9175537.

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

Color convert

RGB 241 1 140 -
CMYK 0 1.00 0.42 0.05
HSL 325.25º 0.99% 0.47% -
HSV(B) 325.25º 1% 0.95% -
XYZ 41.02 20.62 26.63 -
YUV 88.61 157.01 236.7 -
System Red Green Blue C M Y K H S L
Decimal 241 1 140 0 1.00 0.42 0.05 325.25 0.99 0.47
Hex F1 1 8C 0 64 2A 5 145 63 2F
Octal 361 1 214 0 144 52 5 505 143 57
Binary 11110001 1 10001100 0 1100100 101010 101 101000101 1100011 101111

Color Harmonies of #F1018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1018C

Black with #F1018C

Text Example


Text Example

White with #F1018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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