Html Css Color HEX #F10A8F Deep Pink

📋 copy color: '#F10A8F'

red 241 ◦ green 10 ◦ blue 143

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

Shades of Deep Pink #F10A8F

Tints of Deep Pink #F10A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 61.17%
G = 2.54%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F10A8F (or 0xF10A8F) is known color: Deep Pink. HEX triplet: F1, 0A and 8F. RGB value is (241,10,143). Sum of RGB (Red+Green+Blue) = 241+10+143=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A8F is #0EF570. Grayscale: #5D5D5D. Windows color (decimal): -980337 or 9374449. OLE color: 9374449.

HSL color Cylindrical-coordinate representation of color #F10A8F: hue angle of 325.45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A8F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 143 -
CMYK 0 0.96 0.41 0.05
HSL 325.45º 0.92% 0.49% -
HSV(B) 325.45º 0.96% 0.95% -
XYZ 41.34 20.9 27.84 -
YUV 94.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 241 10 143 0 0.96 0.41 0.05 325.45 0.92 0.49
Hex F1 A 8F 0 60 29 5 145 5C 31
Octal 361 12 217 0 140 51 5 505 134 61
Binary 11110001 1010 10001111 0 1100000 101001 101 101000101 1011100 110001

Color Harmonies of #F10A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A8F

Black with #F10A8F

Text Example


Text Example

White with #F10A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A8F; }

 p { color: rgb(241,10,143); }

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

background-color css

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

 a { background-color: rgb(241,10,143); }

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

border-color css

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

 span { border-color: rgb(241,10,143); }

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