Html Css Color HEX #F21AD4 Shocking Pink

📋 copy color: '#F21AD4'

red 242 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #F21AD4

Tints of Shocking Pink #F21AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.17%

R = 50.42%
G = 5.42%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F21AD4 (or 0xF21AD4) is known color: Shocking Pink. HEX triplet: F2, 1A and D4. RGB value is (242,26,212). Sum of RGB (Red+Green+Blue) = 242+26+212=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AD4 is #0DE52B. Grayscale: #6F6F6F. Windows color (decimal): -910636 or 13900530. OLE color: 13900530.

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

Color convert

RGB 242 26 212 -
CMYK 0 0.89 0.12 0.05
HSL 308.33º 0.89% 0.53% -
HSV(B) 308.33º 0.89% 0.95% -
XYZ 48.87 24.37 64.42 -
YUV 111.79 184.56 220.88 -
System Red Green Blue C M Y K H S L
Decimal 242 26 212 0 0.89 0.12 0.05 308.33 0.89 0.53
Hex F2 1A D4 0 59 C 5 134 59 35
Octal 362 32 324 0 131 14 5 464 131 65
Binary 11110010 11010 11010100 0 1011001 1100 101 100110100 1011001 110101

Color Harmonies of #F21AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AD4

Black with #F21AD4

Text Example


Text Example

White with #F21AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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