Html Css Color HEX #F1217E Deep Pink

📋 copy color: '#F1217E'

red 241 ◦ green 33 ◦ blue 126

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

Shades of Deep Pink #F1217E

Tints of Deep Pink #F1217E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.25%

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 60.25%
G = 8.25%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1217E (or 0xF1217E) is known color: Deep Pink. HEX triplet: F1, 21 and 7E. RGB value is (241,33,126). Sum of RGB (Red+Green+Blue) = 241+33+126=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1217E is #0EDE81. Grayscale: #696969. Windows color (decimal): -974466 or 8266225. OLE color: 8266225.

HSL color Cylindrical-coordinate representation of color #F1217E: hue angle of 333.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1217E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 126 -
CMYK 0 0.86 0.48 0.05
HSL 333.17º 0.88% 0.54% -
HSV(B) 333.17º 0.86% 0.95% -
XYZ 40.59 21.29 21.71 -
YUV 105.79 139.41 224.44 -
System Red Green Blue C M Y K H S L
Decimal 241 33 126 0 0.86 0.48 0.05 333.17 0.88 0.54
Hex F1 21 7E 0 56 30 5 14D 58 36
Octal 361 41 176 0 126 60 5 515 130 66
Binary 11110001 100001 1111110 0 1010110 110000 101 101001101 1011000 110110

Color Harmonies of #F1217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1217E

Black with #F1217E

Text Example


Text Example

White with #F1217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1217E; }

 p { color: rgb(241,33,126); }

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

background-color css

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

 a { background-color: rgb(241,33,126); }

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

border-color css

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

 span { border-color: rgb(241,33,126); }

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