Html Css Color HEX #F10A8C Deep Pink

📋 copy color: '#F10A8C'

red 241 ◦ green 10 ◦ blue 140

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

Shades of Deep Pink #F10A8C

Tints of Deep Pink #F10A8C

RGB

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

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

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

R = 61.64%
G = 2.56%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F10A8C (or 0xF10A8C) is known color: Deep Pink. HEX triplet: F1, 0A and 8C. RGB value is (241,10,140). Sum of RGB (Red+Green+Blue) = 241+10+140=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10A8C is #0EF573. Grayscale: #5D5D5D. Windows color (decimal): -980340 or 9177841. OLE color: 9177841.

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

Color convert

RGB 241 10 140 -
CMYK 0 0.96 0.42 0.05
HSL 326.23º 0.92% 0.49% -
HSV(B) 326.23º 0.96% 0.95% -
XYZ 41.12 20.81 26.66 -
YUV 93.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 241 10 140 0 0.96 0.42 0.05 326.23 0.92 0.49
Hex F1 A 8C 0 60 2A 5 146 5C 31
Octal 361 12 214 0 140 52 5 506 134 61
Binary 11110001 1010 10001100 0 1100000 101010 101 101000110 1011100 110001

Color Harmonies of #F10A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A8C

Black with #F10A8C

Text Example


Text Example

White with #F10A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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