Html Css Color HEX #F21A7D Deep Pink

📋 copy color: '#F21A7D'

red 242 ◦ green 26 ◦ blue 125

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

Shades of Deep Pink #F21A7D

Tints of Deep Pink #F21A7D

RGB

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

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

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

R = 61.58%
G = 6.62%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F21A7D (or 0xF21A7D) is known color: Deep Pink. HEX triplet: F2, 1A and 7D. RGB value is (242,26,125). Sum of RGB (Red+Green+Blue) = 242+26+125=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A7D is #0DE582. Grayscale: #656565. Windows color (decimal): -910723 or 8198898. OLE color: 8198898.

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

Color convert

RGB 242 26 125 -
CMYK 0 0.89 0.48 0.05
HSL 332.5º 0.89% 0.53% -
HSV(B) 332.5º 0.89% 0.95% -
XYZ 40.69 21.1 21.33 -
YUV 101.87 141.06 227.95 -
System Red Green Blue C M Y K H S L
Decimal 242 26 125 0 0.89 0.48 0.05 332.5 0.89 0.53
Hex F2 1A 7D 0 59 30 5 14C 59 35
Octal 362 32 175 0 131 60 5 514 131 65
Binary 11110010 11010 1111101 0 1011001 110000 101 101001100 1011001 110101

Color Harmonies of #F21A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A7D

Black with #F21A7D

Text Example


Text Example

White with #F21A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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