Html Css Color HEX #F10D9A Hollywood Cerise

📋 copy color: '#F10D9A'

red 241 ◦ green 13 ◦ blue 154

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

Shades of Hollywood Cerise #F10D9A

Tints of Hollywood Cerise #F10D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 59.07%
G = 3.19%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F10D9A (or 0xF10D9A) is known color: Hollywood Cerise. HEX triplet: F1, 0D and 9A. RGB value is (241,13,154). Sum of RGB (Red+Green+Blue) = 241+13+154=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D9A is #0EF265. Grayscale: #606060. Windows color (decimal): -979558 or 10096113. OLE color: 10096113.

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

Color convert

RGB 241 13 154 -
CMYK 0 0.95 0.36 0.05
HSL 322.89º 0.9% 0.5% -
HSV(B) 322.89º 0.95% 0.95% -
XYZ 42.25 21.32 32.46 -
YUV 97.25 160.04 230.54 -
System Red Green Blue C M Y K H S L
Decimal 241 13 154 0 0.95 0.36 0.05 322.89 0.9 0.5
Hex F1 D 9A 0 5F 24 5 143 5A 32
Octal 361 15 232 0 137 44 5 503 132 62
Binary 11110001 1101 10011010 0 1011111 100100 101 101000011 1011010 110010

Color Harmonies of #F10D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D9A

Black with #F10D9A

Text Example


Text Example

White with #F10D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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