Html Css Color HEX #F1207C Deep Pink

📋 copy color: '#F1207C'

red 241 ◦ green 32 ◦ blue 124

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

Shades of Deep Pink #F1207C

Tints of Deep Pink #F1207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 60.71%
G = 8.06%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1207C (or 0xF1207C) is known color: Deep Pink. HEX triplet: F1, 20 and 7C. RGB value is (241,32,124). Sum of RGB (Red+Green+Blue) = 241+32+124=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1207C is #0EDF83. Grayscale: #686868. Windows color (decimal): -974724 or 8134897. OLE color: 8134897.

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

Color convert

RGB 241 32 124 -
CMYK 0 0.87 0.49 0.05
HSL 333.59º 0.88% 0.54% -
HSV(B) 333.59º 0.87% 0.95% -
XYZ 40.43 21.19 21.03 -
YUV 104.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 241 32 124 0 0.87 0.49 0.05 333.59 0.88 0.54
Hex F1 20 7C 0 57 31 5 14E 58 36
Octal 361 40 174 0 127 61 5 516 130 66
Binary 11110001 100000 1111100 0 1010111 110001 101 101001110 1011000 110110

Color Harmonies of #F1207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1207C

Black with #F1207C

Text Example


Text Example

White with #F1207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1207C; }

 p { color: rgb(241,32,124); }

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

background-color css

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

 a { background-color: rgb(241,32,124); }

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

border-color css

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

 span { border-color: rgb(241,32,124); }

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