Html Css Color HEX #F1208D Deep Pink

📋 copy color: '#F1208D'

red 241 ◦ green 32 ◦ blue 141

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

Shades of Deep Pink #F1208D

Tints of Deep Pink #F1208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 58.21%
G = 7.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1208D (or 0xF1208D) is known color: Deep Pink. HEX triplet: F1, 20 and 8D. RGB value is (241,32,141). Sum of RGB (Red+Green+Blue) = 241+32+141=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1208D is #0EDF72. Grayscale: #6A6A6A. Windows color (decimal): -974707 or 9249009. OLE color: 9249009.

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

Color convert

RGB 241 32 141 -
CMYK 0 0.87 0.41 0.05
HSL 328.71º 0.88% 0.54% -
HSV(B) 328.71º 0.87% 0.95% -
XYZ 41.6 21.66 27.19 -
YUV 106.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 241 32 141 0 0.87 0.41 0.05 328.71 0.88 0.54
Hex F1 20 8D 0 57 29 5 149 58 36
Octal 361 40 215 0 127 51 5 511 130 66
Binary 11110001 100000 10001101 0 1010111 101001 101 101001001 1011000 110110

Color Harmonies of #F1208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1208D

Black with #F1208D

Text Example


Text Example

White with #F1208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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