Html Css Color HEX #F10A7F Deep Pink

📋 copy color: '#F10A7F'

red 241 ◦ green 10 ◦ blue 127

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

Shades of Deep Pink #F10A7F

Tints of Deep Pink #F10A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 63.76%
G = 2.65%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F10A7F (or 0xF10A7F) is known color: Deep Pink. HEX triplet: F1, 0A and 7F. RGB value is (241,10,127). Sum of RGB (Red+Green+Blue) = 241+10+127=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10A7F is #0EF580. Grayscale: #5C5C5C. Windows color (decimal): -980353 or 8325873. OLE color: 8325873.

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

Color convert

RGB 241 10 127 -
CMYK 0 0.96 0.47 0.05
HSL 329.61º 0.92% 0.49% -
HSV(B) 329.61º 0.96% 0.95% -
XYZ 40.21 20.45 21.91 -
YUV 92.41 147.53 233.99 -
System Red Green Blue C M Y K H S L
Decimal 241 10 127 0 0.96 0.47 0.05 329.61 0.92 0.49
Hex F1 A 7F 0 60 2F 5 14A 5C 31
Octal 361 12 177 0 140 57 5 512 134 61
Binary 11110001 1010 1111111 0 1100000 101111 101 101001010 1011100 110001

Color Harmonies of #F10A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A7F

Black with #F10A7F

Text Example


Text Example

White with #F10A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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