Html Css Color HEX #F21082 Deep Pink

📋 copy color: '#F21082'

red 242 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #F21082

Tints of Deep Pink #F21082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 62.37%
G = 4.12%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F21082 (or 0xF21082) is known color: Deep Pink. HEX triplet: F2, 10 and 82. RGB value is (242,16,130). Sum of RGB (Red+Green+Blue) = 242+16+130=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21082 is #0DEF7D. Grayscale: #606060. Windows color (decimal): -913278 or 8524018. OLE color: 8524018.

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

Color convert

RGB 242 16 130 -
CMYK 0 0.93 0.46 0.05
HSL 329.73º 0.9% 0.51% -
HSV(B) 329.73º 0.93% 0.95% -
XYZ 40.83 20.86 22.99 -
YUV 96.57 146.87 231.73 -
System Red Green Blue C M Y K H S L
Decimal 242 16 130 0 0.93 0.46 0.05 329.73 0.9 0.51
Hex F2 10 82 0 5D 2E 5 14A 5A 33
Octal 362 20 202 0 135 56 5 512 132 63
Binary 11110010 10000 10000010 0 1011101 101110 101 101001010 1011010 110011

Color Harmonies of #F21082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21082

Black with #F21082

Text Example


Text Example

White with #F21082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21082; }

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

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

background-color css

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

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

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

border-color css

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

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

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