Html Css Color HEX #F12083 Deep Pink

📋 copy color: '#F12083'

red 241 ◦ green 32 ◦ blue 131

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

Shades of Deep Pink #F12083

Tints of Deep Pink #F12083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 59.65%
G = 7.92%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12083 (or 0xF12083) is known color: Deep Pink. HEX triplet: F1, 20 and 83. RGB value is (241,32,131). Sum of RGB (Red+Green+Blue) = 241+32+131=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F12083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12083 is #0EDF7C. Grayscale: #696969. Windows color (decimal): -974717 or 8593649. OLE color: 8593649.

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

Color convert

RGB 241 32 131 -
CMYK 0 0.87 0.46 0.05
HSL 331.58º 0.88% 0.54% -
HSV(B) 331.58º 0.87% 0.95% -
XYZ 40.89 21.37 23.44 -
YUV 105.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 241 32 131 0 0.87 0.46 0.05 331.58 0.88 0.54
Hex F1 20 83 0 57 2E 5 14C 58 36
Octal 361 40 203 0 127 56 5 514 130 66
Binary 11110001 100000 10000011 0 1010111 101110 101 101001100 1011000 110110

Color Harmonies of #F12083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12083

Black with #F12083

Text Example


Text Example

White with #F12083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12083; }

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

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

background-color css

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

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

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

border-color css

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

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

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