Html Css Color HEX #F21CCA Shocking Pink

📋 copy color: '#F21CCA'

red 242 ◦ green 28 ◦ blue 202

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

Shades of Shocking Pink #F21CCA

Tints of Shocking Pink #F21CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 51.27%
G = 5.93%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F21CCA (or 0xF21CCA) is known color: Shocking Pink. HEX triplet: F2, 1C and CA. RGB value is (242,28,202). Sum of RGB (Red+Green+Blue) = 242+28+202=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21CCA is #0DE335. Grayscale: #6F6F6F. Windows color (decimal): -910134 or 13245682. OLE color: 13245682.

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

Color convert

RGB 242 28 202 -
CMYK 0 0.88 0.17 0.05
HSL 311.22º 0.89% 0.53% -
HSV(B) 311.22º 0.88% 0.95% -
XYZ 47.69 23.97 57.99 -
YUV 111.82 178.9 220.85 -
System Red Green Blue C M Y K H S L
Decimal 242 28 202 0 0.88 0.17 0.05 311.22 0.89 0.53
Hex F2 1C CA 0 58 11 5 137 59 35
Octal 362 34 312 0 130 21 5 467 131 65
Binary 11110010 11100 11001010 0 1011000 10001 101 100110111 1011001 110101

Color Harmonies of #F21CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CCA

Black with #F21CCA

Text Example


Text Example

White with #F21CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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