Html Css Color HEX #F21CD2 Shocking Pink

📋 copy color: '#F21CD2'

red 242 ◦ green 28 ◦ blue 210

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

Shades of Shocking Pink #F21CD2

Tints of Shocking Pink #F21CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 50.42%
G = 5.83%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F21CD2 (or 0xF21CD2) is known color: Shocking Pink. HEX triplet: F2, 1C and D2. RGB value is (242,28,210). Sum of RGB (Red+Green+Blue) = 242+28+210=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CD2 is #0DE32D. Grayscale: #707070. Windows color (decimal): -910126 or 13769970. OLE color: 13769970.

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

Color convert

RGB 242 28 210 -
CMYK 0 0.88 0.13 0.05
HSL 308.97º 0.89% 0.53% -
HSV(B) 308.97º 0.88% 0.95% -
XYZ 48.67 24.36 63.11 -
YUV 112.73 182.9 220.2 -
System Red Green Blue C M Y K H S L
Decimal 242 28 210 0 0.88 0.13 0.05 308.97 0.89 0.53
Hex F2 1C D2 0 58 D 5 135 59 35
Octal 362 34 322 0 130 15 5 465 131 65
Binary 11110010 11100 11010010 0 1011000 1101 101 100110101 1011001 110101

Color Harmonies of #F21CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CD2

Black with #F21CD2

Text Example


Text Example

White with #F21CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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