Html Css Color HEX #F10F81 Deep Pink

📋 copy color: '#F10F81'

red 241 ◦ green 15 ◦ blue 129

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

Shades of Deep Pink #F10F81

Tints of Deep Pink #F10F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 62.6%
G = 3.9%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10F81 (or 0xF10F81) is known color: Deep Pink. HEX triplet: F1, 0F and 81. RGB value is (241,15,129). Sum of RGB (Red+Green+Blue) = 241+15+129=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F81 is #0EF07E. Grayscale: #5F5F5F. Windows color (decimal): -979071 or 8458225. OLE color: 8458225.

HSL color Cylindrical-coordinate representation of color #F10F81: hue angle of 329.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F81 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 129 -
CMYK 0 0.94 0.46 0.05
HSL 329.73º 0.89% 0.5% -
HSV(B) 329.73º 0.94% 0.95% -
XYZ 40.41 20.63 22.62 -
YUV 95.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 241 15 129 0 0.94 0.46 0.05 329.73 0.89 0.5
Hex F1 F 81 0 5E 2E 5 14A 59 32
Octal 361 17 201 0 136 56 5 512 131 62
Binary 11110001 1111 10000001 0 1011110 101110 101 101001010 1011001 110010

Color Harmonies of #F10F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F81

Black with #F10F81

Text Example


Text Example

White with #F10F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F81; }

 p { color: rgb(241,15,129); }

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

background-color css

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

 a { background-color: rgb(241,15,129); }

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

border-color css

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

 span { border-color: rgb(241,15,129); }

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