Html Css Color HEX #F21A8F Deep Pink

📋 copy color: '#F21A8F'

red 242 ◦ green 26 ◦ blue 143

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

Shades of Deep Pink #F21A8F

Tints of Deep Pink #F21A8F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

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

R = 58.88%
G = 6.33%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F21A8F (or 0xF21A8F) is known color: Deep Pink. HEX triplet: F2, 1A and 8F. RGB value is (242,26,143). Sum of RGB (Red+Green+Blue) = 242+26+143=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21A8F is #0DE570. Grayscale: #676767. Windows color (decimal): -910705 or 9378546. OLE color: 9378546.

HSL color Cylindrical-coordinate representation of color #F21A8F: hue angle of 327.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A8F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 26 143 -
CMYK 0 0.89 0.41 0.05
HSL 327.5º 0.89% 0.53% -
HSV(B) 327.5º 0.89% 0.95% -
XYZ 41.95 21.6 27.94 -
YUV 103.92 150.06 226.49 -
System Red Green Blue C M Y K H S L
Decimal 242 26 143 0 0.89 0.41 0.05 327.5 0.89 0.53
Hex F2 1A 8F 0 59 29 5 148 59 35
Octal 362 32 217 0 131 51 5 510 131 65
Binary 11110010 11010 10001111 0 1011001 101001 101 101001000 1011001 110101

Color Harmonies of #F21A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A8F

Black with #F21A8F

Text Example


Text Example

White with #F21A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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