Html Css Color HEX #F1207E Deep Pink

📋 copy color: '#F1207E'

red 241 ◦ green 32 ◦ blue 126

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

Shades of Deep Pink #F1207E

Tints of Deep Pink #F1207E

RGB

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

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

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

R = 60.4%
G = 8.02%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1207E (or 0xF1207E) is known color: Deep Pink. HEX triplet: F1, 20 and 7E. RGB value is (241,32,126). Sum of RGB (Red+Green+Blue) = 241+32+126=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1207E is #0EDF81. Grayscale: #696969. Windows color (decimal): -974722 or 8265969. OLE color: 8265969.

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

Color convert

RGB 241 32 126 -
CMYK 0 0.87 0.48 0.05
HSL 333.01º 0.88% 0.54% -
HSV(B) 333.01º 0.87% 0.95% -
XYZ 40.56 21.24 21.7 -
YUV 105.21 139.74 224.86 -
System Red Green Blue C M Y K H S L
Decimal 241 32 126 0 0.87 0.48 0.05 333.01 0.88 0.54
Hex F1 20 7E 0 57 30 5 14D 58 36
Octal 361 40 176 0 127 60 5 515 130 66
Binary 11110001 100000 1111110 0 1010111 110000 101 101001101 1011000 110110

Color Harmonies of #F1207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1207E

Black with #F1207E

Text Example


Text Example

White with #F1207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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