Html Css Color HEX #F1059D Hollywood Cerise

📋 copy color: '#F1059D'

red 241 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #F1059D

Tints of Hollywood Cerise #F1059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 59.8%
G = 1.24%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1059D (or 0xF1059D) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 9D. RGB value is (241,5,157). Sum of RGB (Red+Green+Blue) = 241+5+157=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1059D is #0EFA62. Grayscale: #5C5C5C. Windows color (decimal): -981603 or 10290673. OLE color: 10290673.

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

Color convert

RGB 241 5 157 -
CMYK 0 0.98 0.35 0.05
HSL 321.36º 0.96% 0.48% -
HSV(B) 321.36º 0.98% 0.95% -
XYZ 42.42 21.24 33.76 -
YUV 92.89 164.19 233.64 -
System Red Green Blue C M Y K H S L
Decimal 241 5 157 0 0.98 0.35 0.05 321.36 0.96 0.48
Hex F1 5 9D 0 62 23 5 141 60 30
Octal 361 5 235 0 142 43 5 501 140 60
Binary 11110001 101 10011101 0 1100010 100011 101 101000001 1100000 110000

Color Harmonies of #F1059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1059D

Black with #F1059D

Text Example


Text Example

White with #F1059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1059D; }

 p { color: rgb(241,5,157); }

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

background-color css

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

 a { background-color: rgb(241,5,157); }

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

border-color css

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

 span { border-color: rgb(241,5,157); }

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