Html Css Color HEX #F1038E Hollywood Cerise

📋 copy color: '#F1038E'

red 241 ◦ green 3 ◦ blue 142

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

Shades of Hollywood Cerise #F1038E

Tints of Hollywood Cerise #F1038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 62.44%
G = 0.78%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1038E (or 0xF1038E) is known color: Hollywood Cerise. HEX triplet: F1, 03 and 8E. RGB value is (241,3,142). Sum of RGB (Red+Green+Blue) = 241+3+142=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1038E is #0EFC71. Grayscale: #595959. Windows color (decimal): -982130 or 9307121. OLE color: 9307121.

HSL color Cylindrical-coordinate representation of color #F1038E: hue angle of 324.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1038E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 142 -
CMYK 0 0.99 0.41 0.05
HSL 324.96º 0.98% 0.48% -
HSV(B) 324.96º 0.99% 0.95% -
XYZ 41.19 20.72 27.42 -
YUV 90.01 157.35 235.7 -
System Red Green Blue C M Y K H S L
Decimal 241 3 142 0 0.99 0.41 0.05 324.96 0.98 0.48
Hex F1 3 8E 0 63 29 5 145 62 30
Octal 361 3 216 0 143 51 5 505 142 60
Binary 11110001 11 10001110 0 1100011 101001 101 101000101 1100010 110000

Color Harmonies of #F1038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1038E

Black with #F1038E

Text Example


Text Example

White with #F1038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1038E; }

 p { color: rgb(241,3,142); }

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

background-color css

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

 a { background-color: rgb(241,3,142); }

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

border-color css

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

 span { border-color: rgb(241,3,142); }

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