Html Css Color HEX #F10D9F Hollywood Cerise

📋 copy color: '#F10D9F'

red 241 ◦ green 13 ◦ blue 159

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

Shades of Hollywood Cerise #F10D9F

Tints of Hollywood Cerise #F10D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 58.35%
G = 3.15%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F10D9F (or 0xF10D9F) is known color: Hollywood Cerise. HEX triplet: F1, 0D and 9F. RGB value is (241,13,159). Sum of RGB (Red+Green+Blue) = 241+13+159=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D9F is #0EF260. Grayscale: #616161. Windows color (decimal): -979553 or 10423793. OLE color: 10423793.

HSL color Cylindrical-coordinate representation of color #F10D9F: hue angle of 321.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D9F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 13 159 -
CMYK 0 0.95 0.34 0.05
HSL 321.58º 0.9% 0.5% -
HSV(B) 321.58º 0.95% 0.95% -
XYZ 42.68 21.49 34.7 -
YUV 97.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 241 13 159 0 0.95 0.34 0.05 321.58 0.9 0.5
Hex F1 D 9F 0 5F 22 5 142 5A 32
Octal 361 15 237 0 137 42 5 502 132 62
Binary 11110001 1101 10011111 0 1011111 100010 101 101000010 1011010 110010

Color Harmonies of #F10D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D9F

Black with #F10D9F

Text Example


Text Example

White with #F10D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D9F; }

 p { color: rgb(241,13,159); }

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

background-color css

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

 a { background-color: rgb(241,13,159); }

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

border-color css

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

 span { border-color: rgb(241,13,159); }

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