Html Css Color HEX #F21C7C Deep Pink

📋 copy color: '#F21C7C'

red 242 ◦ green 28 ◦ blue 124

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

Shades of Deep Pink #F21C7C

Tints of Deep Pink #F21C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 61.42%
G = 7.11%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F21C7C (or 0xF21C7C) is known color: Deep Pink. HEX triplet: F2, 1C and 7C. RGB value is (242,28,124). Sum of RGB (Red+Green+Blue) = 242+28+124=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C7C is #0DE383. Grayscale: #666666. Windows color (decimal): -910212 or 8133874. OLE color: 8133874.

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

Color convert

RGB 242 28 124 -
CMYK 0 0.88 0.49 0.05
HSL 333.08º 0.89% 0.53% -
HSV(B) 333.08º 0.88% 0.95% -
XYZ 40.67 21.16 21.01 -
YUV 102.93 139.9 227.19 -
System Red Green Blue C M Y K H S L
Decimal 242 28 124 0 0.88 0.49 0.05 333.08 0.89 0.53
Hex F2 1C 7C 0 58 31 5 14D 59 35
Octal 362 34 174 0 130 61 5 515 131 65
Binary 11110010 11100 1111100 0 1011000 110001 101 101001101 1011001 110101

Color Harmonies of #F21C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C7C

Black with #F21C7C

Text Example


Text Example

White with #F21C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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