Html Css Color HEX #F21382 Deep Pink

📋 copy color: '#F21382'

red 242 ◦ green 19 ◦ blue 130

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

Shades of Deep Pink #F21382

Tints of Deep Pink #F21382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 61.89%
G = 4.86%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F21382 (or 0xF21382) is known color: Deep Pink. HEX triplet: F2, 13 and 82. RGB value is (242,19,130). Sum of RGB (Red+Green+Blue) = 242+19+130=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21382 is #0DEC7D. Grayscale: #626262. Windows color (decimal): -912510 or 8524786. OLE color: 8524786.

HSL color Cylindrical-coordinate representation of color #F21382: hue angle of 330.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21382 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 130 -
CMYK 0 0.92 0.46 0.05
HSL 330.13º 0.9% 0.51% -
HSV(B) 330.13º 0.92% 0.95% -
XYZ 40.88 20.95 23.01 -
YUV 98.33 145.88 230.47 -
System Red Green Blue C M Y K H S L
Decimal 242 19 130 0 0.92 0.46 0.05 330.13 0.9 0.51
Hex F2 13 82 0 5C 2E 5 14A 5A 33
Octal 362 23 202 0 134 56 5 512 132 63
Binary 11110010 10011 10000010 0 1011100 101110 101 101001010 1011010 110011

Color Harmonies of #F21382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21382

Black with #F21382

Text Example


Text Example

White with #F21382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21382; }

 p { color: rgb(242,19,130); }

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

background-color css

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

 a { background-color: rgb(242,19,130); }

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

border-color css

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

 span { border-color: rgb(242,19,130); }

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