Html Css Color HEX #F21384 Deep Pink

📋 copy color: '#F21384'

red 242 ◦ green 19 ◦ blue 132

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

Shades of Deep Pink #F21384

Tints of Deep Pink #F21384

RGB

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

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

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

R = 61.58%
G = 4.83%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F21384 (or 0xF21384) is known color: Deep Pink. HEX triplet: F2, 13 and 84. RGB value is (242,19,132). Sum of RGB (Red+Green+Blue) = 242+19+132=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21384 is #0DEC7B. Grayscale: #626262. Windows color (decimal): -912508 or 8655858. OLE color: 8655858.

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

Color convert

RGB 242 19 132 -
CMYK 0 0.92 0.45 0.05
HSL 329.6º 0.9% 0.51% -
HSV(B) 329.6º 0.92% 0.95% -
XYZ 41.02 21.01 23.72 -
YUV 98.56 146.88 230.31 -
System Red Green Blue C M Y K H S L
Decimal 242 19 132 0 0.92 0.45 0.05 329.6 0.9 0.51
Hex F2 13 84 0 5C 2D 5 14A 5A 33
Octal 362 23 204 0 134 55 5 512 132 63
Binary 11110010 10011 10000100 0 1011100 101101 101 101001010 1011010 110011

Color Harmonies of #F21384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21384

Black with #F21384

Text Example


Text Example

White with #F21384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21384; }

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

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

background-color css

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

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

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

border-color css

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

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

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