Html Css Color HEX #F21C86 Deep Pink

📋 copy color: '#F21C86'

red 242 ◦ green 28 ◦ blue 134

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

Shades of Deep Pink #F21C86

Tints of Deep Pink #F21C86

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 134 (52.73% from 255) = 33.17%

R = 59.9%
G = 6.93%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F21C86 (or 0xF21C86) is known color: Deep Pink. HEX triplet: F2, 1C and 86. RGB value is (242,28,134). Sum of RGB (Red+Green+Blue) = 242+28+134=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C86 is #0DE379. Grayscale: #676767. Windows color (decimal): -910202 or 8789234. OLE color: 8789234.

HSL color Cylindrical-coordinate representation of color #F21C86: hue angle of 330.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C86 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 28 134 -
CMYK 0 0.88 0.45 0.05
HSL 330.28º 0.89% 0.53% -
HSV(B) 330.28º 0.88% 0.95% -
XYZ 41.34 21.43 24.51 -
YUV 104.07 144.9 226.38 -
System Red Green Blue C M Y K H S L
Decimal 242 28 134 0 0.88 0.45 0.05 330.28 0.89 0.53
Hex F2 1C 86 0 58 2D 5 14A 59 35
Octal 362 34 206 0 130 55 5 512 131 65
Binary 11110010 11100 10000110 0 1011000 101101 101 101001010 1011001 110101

Color Harmonies of #F21C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C86

Black with #F21C86

Text Example


Text Example

White with #F21C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C86; }

 p { color: rgb(242,28,134); }

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

background-color css

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

 a { background-color: rgb(242,28,134); }

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

border-color css

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

 span { border-color: rgb(242,28,134); }

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