Html Css Color HEX #F10D8E Deep Pink

📋 copy color: '#F10D8E'

red 241 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #F10D8E

Tints of Deep Pink #F10D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 60.86%
G = 3.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F10D8E (or 0xF10D8E) is known color: Deep Pink. HEX triplet: F1, 0D and 8E. RGB value is (241,13,142). Sum of RGB (Red+Green+Blue) = 241+13+142=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D8E is #0EF271. Grayscale: #5F5F5F. Windows color (decimal): -979570 or 9309681. OLE color: 9309681.

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

Color convert

RGB 241 13 142 -
CMYK 0 0.95 0.41 0.05
HSL 326.05º 0.9% 0.5% -
HSV(B) 326.05º 0.95% 0.95% -
XYZ 41.3 20.94 27.46 -
YUV 95.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 241 13 142 0 0.95 0.41 0.05 326.05 0.9 0.5
Hex F1 D 8E 0 5F 29 5 146 5A 32
Octal 361 15 216 0 137 51 5 506 132 62
Binary 11110001 1101 10001110 0 1011111 101001 101 101000110 1011010 110010

Color Harmonies of #F10D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D8E

Black with #F10D8E

Text Example


Text Example

White with #F10D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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