Html Css Color HEX #FE15D2 Shocking Pink

📋 copy color: '#FE15D2'

red 254 ◦ green 21 ◦ blue 210

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

Shades of Shocking Pink #FE15D2

Tints of Shocking Pink #FE15D2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.33%

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

R = 52.37%
G = 4.33%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE15D2 (or 0xFE15D2) is known color: Shocking Pink. HEX triplet: FE, 15 and D2. RGB value is (254,21,210). Sum of RGB (Red+Green+Blue) = 254+21+210=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15D2 is #01EA2D. Grayscale: #6F6F6F. Windows color (decimal): -125486 or 13768190. OLE color: 13768190.

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

Color convert

RGB 254 21 210 -
CMYK 0 0.92 0.17 0.00
HSL 311.33º 0.99% 0.54% -
HSV(B) 311.33º 0.92% 1% -
XYZ 52.77 26.26 63.26 -
YUV 112.21 183.19 229.13 -
System Red Green Blue C M Y K H S L
Decimal 254 21 210 0 0.92 0.17 0.00 311.33 0.99 0.54
Hex FE 15 D2 0 5C 11 0 137 63 36
Octal 376 25 322 0 134 21 0 467 143 66
Binary 11111110 10101 11010010 0 1011100 10001 0 100110111 1100011 110110

Color Harmonies of #FE15D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15D2

Black with #FE15D2

Text Example


Text Example

White with #FE15D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15D2; }

 p { color: rgb(254,21,210); }

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

background-color css

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

 a { background-color: rgb(254,21,210); }

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

border-color css

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

 span { border-color: rgb(254,21,210); }

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