Html Css Color HEX #F21CD1 Shocking Pink

📋 copy color: '#F21CD1'

red 242 ◦ green 28 ◦ blue 209

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

Shades of Shocking Pink #F21CD1

Tints of Shocking Pink #F21CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.63%

R = 50.52%
G = 5.85%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F21CD1 (or 0xF21CD1) is known color: Shocking Pink. HEX triplet: F2, 1C and D1. RGB value is (242,28,209). Sum of RGB (Red+Green+Blue) = 242+28+209=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CD1 is #0DE32E. Grayscale: #707070. Windows color (decimal): -910127 or 13704434. OLE color: 13704434.

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

Color convert

RGB 242 28 209 -
CMYK 0 0.88 0.14 0.05
HSL 309.25º 0.89% 0.53% -
HSV(B) 309.25º 0.88% 0.95% -
XYZ 48.54 24.31 62.46 -
YUV 112.62 182.4 220.28 -
System Red Green Blue C M Y K H S L
Decimal 242 28 209 0 0.88 0.14 0.05 309.25 0.89 0.53
Hex F2 1C D1 0 58 E 5 135 59 35
Octal 362 34 321 0 130 16 5 465 131 65
Binary 11110010 11100 11010001 0 1011000 1110 101 100110101 1011001 110101

Color Harmonies of #F21CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CD1

Black with #F21CD1

Text Example


Text Example

White with #F21CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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