Html Css Color HEX #F10179 Deep Pink

📋 copy color: '#F10179'

red 241 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #F10179

Tints of Deep Pink #F10179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 66.39%
G = 0.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F10179 (or 0xF10179) is known color: Deep Pink. HEX triplet: F1, 01 and 79. RGB value is (241,1,121). Sum of RGB (Red+Green+Blue) = 241+1+121=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F10179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10179 is #0EFE86. Grayscale: #565656. Windows color (decimal): -982663 or 7930353. OLE color: 7930353.

HSL color Cylindrical-coordinate representation of color #F10179: hue angle of 330º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10179 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 121 -
CMYK 0 1.00 0.50 0.05
HSL 330º 0.99% 0.47% -
HSV(B) 330º 1% 0.95% -
XYZ 39.74 20.1 19.88 -
YUV 86.44 147.51 238.24 -
System Red Green Blue C M Y K H S L
Decimal 241 1 121 0 1.00 0.50 0.05 330 0.99 0.47
Hex F1 1 79 0 64 32 5 14A 63 2F
Octal 361 1 171 0 144 62 5 512 143 57
Binary 11110001 1 1111001 0 1100100 110010 101 101001010 1100011 101111

Color Harmonies of #F10179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10179

Black with #F10179

Text Example


Text Example

White with #F10179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10179; }

 p { color: rgb(241,1,121); }

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

background-color css

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

 a { background-color: rgb(241,1,121); }

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

border-color css

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

 span { border-color: rgb(241,1,121); }

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