Html Css Color HEX #F1217F Deep Pink

📋 copy color: '#F1217F'

red 241 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #F1217F

Tints of Deep Pink #F1217F

RGB

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

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

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

R = 60.1%
G = 8.23%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1217F (or 0xF1217F) is known color: Deep Pink. HEX triplet: F1, 21 and 7F. RGB value is (241,33,127). Sum of RGB (Red+Green+Blue) = 241+33+127=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1217F is #0EDE80. Grayscale: #696969. Windows color (decimal): -974465 or 8331761. OLE color: 8331761.

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

Color convert

RGB 241 33 127 -
CMYK 0 0.86 0.47 0.05
HSL 332.88º 0.88% 0.54% -
HSV(B) 332.88º 0.86% 0.95% -
XYZ 40.65 21.32 22.05 -
YUV 105.91 139.91 224.36 -
System Red Green Blue C M Y K H S L
Decimal 241 33 127 0 0.86 0.47 0.05 332.88 0.88 0.54
Hex F1 21 7F 0 56 2F 5 14D 58 36
Octal 361 41 177 0 126 57 5 515 130 66
Binary 11110001 100001 1111111 0 1010110 101111 101 101001101 1011000 110110

Color Harmonies of #F1217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1217F

Black with #F1217F

Text Example


Text Example

White with #F1217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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