Html Css Color HEX #F21383 Deep Pink

📋 copy color: '#F21383'

red 242 ◦ green 19 ◦ blue 131

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

Shades of Deep Pink #F21383

Tints of Deep Pink #F21383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 61.73%
G = 4.85%
B = 33.42%

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

#F21383 (or 0xF21383) is known color: Deep Pink. HEX triplet: F2, 13 and 83. RGB value is (242,19,131). Sum of RGB (Red+Green+Blue) = 242+19+131=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21383 is #0DEC7C. Grayscale: #626262. Windows color (decimal): -912509 or 8590322. OLE color: 8590322.

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

Color convert

RGB 242 19 131 -
CMYK 0 0.92 0.46 0.05
HSL 329.87º 0.9% 0.51% -
HSV(B) 329.87º 0.92% 0.95% -
XYZ 40.95 20.98 23.36 -
YUV 98.45 146.38 230.39 -
System Red Green Blue C M Y K H S L
Decimal 242 19 131 0 0.92 0.46 0.05 329.87 0.9 0.51
Hex F2 13 83 0 5C 2E 5 14A 5A 33
Octal 362 23 203 0 134 56 5 512 132 63
Binary 11110010 10011 10000011 0 1011100 101110 101 101001010 1011010 110011

Color Harmonies of #F21383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21383

Black with #F21383

Text Example


Text Example

White with #F21383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21383; }

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

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

background-color css

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

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

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

border-color css

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

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

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