Html Css Color HEX #F10D8C Deep Pink

📋 copy color: '#F10D8C'

red 241 ◦ green 13 ◦ blue 140

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

Shades of Deep Pink #F10D8C

Tints of Deep Pink #F10D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 61.17%
G = 3.3%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F10D8C (or 0xF10D8C) is known color: Deep Pink. HEX triplet: F1, 0D and 8C. RGB value is (241,13,140). Sum of RGB (Red+Green+Blue) = 241+13+140=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D8C is #0EF273. Grayscale: #5F5F5F. Windows color (decimal): -979572 or 9178609. OLE color: 9178609.

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

Color convert

RGB 241 13 140 -
CMYK 0 0.95 0.42 0.05
HSL 326.58º 0.9% 0.5% -
HSV(B) 326.58º 0.95% 0.95% -
XYZ 41.15 20.88 26.67 -
YUV 95.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 241 13 140 0 0.95 0.42 0.05 326.58 0.9 0.5
Hex F1 D 8C 0 5F 2A 5 147 5A 32
Octal 361 15 214 0 137 52 5 507 132 62
Binary 11110001 1101 10001100 0 1011111 101010 101 101000111 1011010 110010

Color Harmonies of #F10D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D8C

Black with #F10D8C

Text Example


Text Example

White with #F10D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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