Html Css Color HEX #F21C8F Deep Pink

📋 copy color: '#F21C8F'

red 242 ◦ green 28 ◦ blue 143

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

Shades of Deep Pink #F21C8F

Tints of Deep Pink #F21C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 58.6%
G = 6.78%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F21C8F (or 0xF21C8F) is known color: Deep Pink. HEX triplet: F2, 1C and 8F. RGB value is (242,28,143). Sum of RGB (Red+Green+Blue) = 242+28+143=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C8F is #0DE370. Grayscale: #686868. Windows color (decimal): -910193 or 9379058. OLE color: 9379058.

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

Color convert

RGB 242 28 143 -
CMYK 0 0.88 0.41 0.05
HSL 327.76º 0.89% 0.53% -
HSV(B) 327.76º 0.88% 0.95% -
XYZ 41.99 21.69 27.96 -
YUV 105.1 149.4 225.65 -
System Red Green Blue C M Y K H S L
Decimal 242 28 143 0 0.88 0.41 0.05 327.76 0.89 0.53
Hex F2 1C 8F 0 58 29 5 148 59 35
Octal 362 34 217 0 130 51 5 510 131 65
Binary 11110010 11100 10001111 0 1011000 101001 101 101001000 1011001 110101

Color Harmonies of #F21C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C8F

Black with #F21C8F

Text Example


Text Example

White with #F21C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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