Html Css Color HEX #F10A7D Deep Pink

📋 copy color: '#F10A7D'

red 241 ◦ green 10 ◦ blue 125

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

Shades of Deep Pink #F10A7D

Tints of Deep Pink #F10A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 64.1%
G = 2.66%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F10A7D (or 0xF10A7D) is known color: Deep Pink. HEX triplet: F1, 0A and 7D. RGB value is (241,10,125). Sum of RGB (Red+Green+Blue) = 241+10+125=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A7D is #0EF582. Grayscale: #5B5B5B. Windows color (decimal): -980355 or 8194801. OLE color: 8194801.

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

Color convert

RGB 241 10 125 -
CMYK 0 0.96 0.48 0.05
HSL 330.13º 0.92% 0.49% -
HSV(B) 330.13º 0.96% 0.95% -
XYZ 40.09 20.4 21.23 -
YUV 92.18 146.53 234.15 -
System Red Green Blue C M Y K H S L
Decimal 241 10 125 0 0.96 0.48 0.05 330.13 0.92 0.49
Hex F1 A 7D 0 60 30 5 14A 5C 31
Octal 361 12 175 0 140 60 5 512 134 61
Binary 11110001 1010 1111101 0 1100000 110000 101 101001010 1011100 110001

Color Harmonies of #F10A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A7D

Black with #F10A7D

Text Example


Text Example

White with #F10A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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