Html Css Color HEX #FE20C2 Shocking Pink

📋 copy color: '#FE20C2'

red 254 ◦ green 32 ◦ blue 194

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

Shades of Shocking Pink #FE20C2

Tints of Shocking Pink #FE20C2

RGB

 RED value IS 254 (99.61% from 255) = 52.92%

 GREEN value IS 32 (12.89% from 255) = 6.67%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 52.92%
G = 6.67%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE20C2 (or 0xFE20C2) is known color: Shocking Pink. HEX triplet: FE, 20 and C2. RGB value is (254,32,194). Sum of RGB (Red+Green+Blue) = 254+32+194=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20C2 is #01DF3D. Grayscale: #747474. Windows color (decimal): -122686 or 12722430. OLE color: 12722430.

HSL color Cylindrical-coordinate representation of color #FE20C2: hue angle of 316.22º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20C2 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 32 194 -
CMYK 0 0.87 0.24 0.00
HSL 316.22º 0.99% 0.56% -
HSV(B) 316.22º 0.87% 1% -
XYZ 51.13 26 53.36 -
YUV 116.85 171.55 225.83 -
System Red Green Blue C M Y K H S L
Decimal 254 32 194 0 0.87 0.24 0.00 316.22 0.99 0.56
Hex FE 20 C2 0 57 18 0 13C 63 38
Octal 376 40 302 0 127 30 0 474 143 70
Binary 11111110 100000 11000010 0 1010111 11000 0 100111100 1100011 111000

Color Harmonies of #FE20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE20C2

Black with #FE20C2

Text Example


Text Example

White with #FE20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE20C2; }

 p { color: rgb(254,32,194); }

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

background-color css

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

 a { background-color: rgb(254,32,194); }

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

border-color css

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

 span { border-color: rgb(254,32,194); }

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