Html Css Color HEX #F10292 Hollywood Cerise

📋 copy color: '#F10292'

red 241 ◦ green 2 ◦ blue 146

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

Shades of Hollywood Cerise #F10292

Tints of Hollywood Cerise #F10292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 61.95%
G = 0.51%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F10292 (or 0xF10292) is known color: Hollywood Cerise. HEX triplet: F1, 02 and 92. RGB value is (241,2,146). Sum of RGB (Red+Green+Blue) = 241+2+146=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F10292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10292 is #0EFD6D. Grayscale: #595959. Windows color (decimal): -982382 or 9569009. OLE color: 9569009.

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

Color convert

RGB 241 2 146 -
CMYK 0 0.99 0.39 0.05
HSL 323.85º 0.98% 0.48% -
HSV(B) 323.85º 0.99% 0.95% -
XYZ 41.49 20.82 29.03 -
YUV 89.88 159.68 235.79 -
System Red Green Blue C M Y K H S L
Decimal 241 2 146 0 0.99 0.39 0.05 323.85 0.98 0.48
Hex F1 2 92 0 63 27 5 144 62 30
Octal 361 2 222 0 143 47 5 504 142 60
Binary 11110001 10 10010010 0 1100011 100111 101 101000100 1100010 110000

Color Harmonies of #F10292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10292

Black with #F10292

Text Example


Text Example

White with #F10292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10292; }

 p { color: rgb(241,2,146); }

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

background-color css

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

 a { background-color: rgb(241,2,146); }

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

border-color css

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

 span { border-color: rgb(241,2,146); }

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