Html Css Color HEX #F21C7D Deep Pink

📋 copy color: '#F21C7D'

red 242 ◦ green 28 ◦ blue 125

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

Shades of Deep Pink #F21C7D

Tints of Deep Pink #F21C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 61.27%
G = 7.09%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F21C7D (or 0xF21C7D) is known color: Deep Pink. HEX triplet: F2, 1C and 7D. RGB value is (242,28,125). Sum of RGB (Red+Green+Blue) = 242+28+125=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C7D is #0DE382. Grayscale: #666666. Windows color (decimal): -910211 or 8199410. OLE color: 8199410.

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

Color convert

RGB 242 28 125 -
CMYK 0 0.88 0.48 0.05
HSL 332.8º 0.89% 0.53% -
HSV(B) 332.8º 0.88% 0.95% -
XYZ 40.73 21.19 21.34 -
YUV 103.04 140.4 227.11 -
System Red Green Blue C M Y K H S L
Decimal 242 28 125 0 0.88 0.48 0.05 332.8 0.89 0.53
Hex F2 1C 7D 0 58 30 5 14D 59 35
Octal 362 34 175 0 130 60 5 515 131 65
Binary 11110010 11100 1111101 0 1011000 110000 101 101001101 1011001 110101

Color Harmonies of #F21C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C7D

Black with #F21C7D

Text Example


Text Example

White with #F21C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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