Html Css Color HEX #F21A8A Deep Pink

📋 copy color: '#F21A8A'

red 242 ◦ green 26 ◦ blue 138

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

Shades of Deep Pink #F21A8A

Tints of Deep Pink #F21A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 59.61%
G = 6.4%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21A8A (or 0xF21A8A) is known color: Deep Pink. HEX triplet: F2, 1A and 8A. RGB value is (242,26,138). Sum of RGB (Red+Green+Blue) = 242+26+138=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21A8A is #0DE575. Grayscale: #676767. Windows color (decimal): -910710 or 9050866. OLE color: 9050866.

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

Color convert

RGB 242 26 138 -
CMYK 0 0.89 0.43 0.05
HSL 328.89º 0.89% 0.53% -
HSV(B) 328.89º 0.89% 0.95% -
XYZ 41.57 21.45 25.99 -
YUV 103.35 147.56 226.89 -
System Red Green Blue C M Y K H S L
Decimal 242 26 138 0 0.89 0.43 0.05 328.89 0.89 0.53
Hex F2 1A 8A 0 59 2B 5 149 59 35
Octal 362 32 212 0 131 53 5 511 131 65
Binary 11110010 11010 10001010 0 1011001 101011 101 101001001 1011001 110101

Color Harmonies of #F21A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A8A

Black with #F21A8A

Text Example


Text Example

White with #F21A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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