Html Css Color HEX #F22184 Deep Pink

📋 copy color: '#F22184'

red 242 ◦ green 33 ◦ blue 132

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

Shades of Deep Pink #F22184

Tints of Deep Pink #F22184

RGB

 RED value IS 242 (94.92% from 255) = 59.46%

 GREEN value IS 33 (13.28% from 255) = 8.11%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 59.46%
G = 8.11%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F22184 (or 0xF22184) is known color: Deep Pink. HEX triplet: F2, 21 and 84. RGB value is (242,33,132). Sum of RGB (Red+Green+Blue) = 242+33+132=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F22184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22184 is #0DDE7B. Grayscale: #6A6A6A. Windows color (decimal): -908924 or 8659442. OLE color: 8659442.

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

Color convert

RGB 242 33 132 -
CMYK 0 0.86 0.45 0.05
HSL 331.58º 0.89% 0.54% -
HSV(B) 331.58º 0.86% 0.95% -
XYZ 41.33 21.63 23.83 -
YUV 106.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 242 33 132 0 0.86 0.45 0.05 331.58 0.89 0.54
Hex F2 21 84 0 56 2D 5 14C 59 36
Octal 362 41 204 0 126 55 5 514 131 66
Binary 11110010 100001 10000100 0 1010110 101101 101 101001100 1011001 110110

Color Harmonies of #F22184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22184

Black with #F22184

Text Example


Text Example

White with #F22184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22184; }

 p { color: rgb(242,33,132); }

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

background-color css

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

 a { background-color: rgb(242,33,132); }

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

border-color css

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

 span { border-color: rgb(242,33,132); }

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