Html Css Color HEX #F1018F Hollywood Cerise

📋 copy color: '#F1018F'

red 241 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #F1018F

Tints of Hollywood Cerise #F1018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 62.6%
G = 0.26%
B = 37.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1018F (or 0xF1018F) is known color: Hollywood Cerise. HEX triplet: F1, 01 and 8F. RGB value is (241,1,143). Sum of RGB (Red+Green+Blue) = 241+1+143=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1018F is #0EFE70. Grayscale: #585858. Windows color (decimal): -982641 or 9372145. OLE color: 9372145.

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

Color convert

RGB 241 1 143 -
CMYK 0 1.00 0.41 0.05
HSL 324.5º 0.99% 0.47% -
HSV(B) 324.5º 1% 0.95% -
XYZ 41.24 20.71 27.81 -
YUV 88.95 158.51 236.45 -
System Red Green Blue C M Y K H S L
Decimal 241 1 143 0 1.00 0.41 0.05 324.5 0.99 0.47
Hex F1 1 8F 0 64 29 5 144 63 2F
Octal 361 1 217 0 144 51 5 504 143 57
Binary 11110001 1 10001111 0 1100100 101001 101 101000100 1100011 101111

Color Harmonies of #F1018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1018F

Black with #F1018F

Text Example


Text Example

White with #F1018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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