Html Css Color HEX #F12282 Deep Pink

📋 copy color: '#F12282'

red 241 ◦ green 34 ◦ blue 130

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

Shades of Deep Pink #F12282

Tints of Deep Pink #F12282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.4%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 59.51%
G = 8.4%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12282 (or 0xF12282) is known color: Deep Pink. HEX triplet: F1, 22 and 82. RGB value is (241,34,130). Sum of RGB (Red+Green+Blue) = 241+34+130=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F12282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12282 is #0EDD7D. Grayscale: #6A6A6A. Windows color (decimal): -974206 or 8528625. OLE color: 8528625.

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

Color convert

RGB 241 34 130 -
CMYK 0 0.86 0.46 0.05
HSL 332.17º 0.88% 0.54% -
HSV(B) 332.17º 0.86% 0.95% -
XYZ 40.88 21.46 23.11 -
YUV 106.84 141.08 223.69 -
System Red Green Blue C M Y K H S L
Decimal 241 34 130 0 0.86 0.46 0.05 332.17 0.88 0.54
Hex F1 22 82 0 56 2E 5 14C 58 36
Octal 361 42 202 0 126 56 5 514 130 66
Binary 11110001 100010 10000010 0 1010110 101110 101 101001100 1011000 110110

Color Harmonies of #F12282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12282

Black with #F12282

Text Example


Text Example

White with #F12282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12282; }

 p { color: rgb(241,34,130); }

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

background-color css

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

 a { background-color: rgb(241,34,130); }

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

border-color css

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

 span { border-color: rgb(241,34,130); }

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