Html Css Color HEX #FF15C0 Shocking Pink

📋 copy color: '#FF15C0'

red 255 ◦ green 21 ◦ blue 192

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

Shades of Shocking Pink #FF15C0

Tints of Shocking Pink #FF15C0

RGB

 RED value IS 255 (100% from 255) = 54.49%

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 54.49%
G = 4.49%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF15C0 (or 0xFF15C0) is known color: Shocking Pink. HEX triplet: FF, 15 and C0. RGB value is (255,21,192). Sum of RGB (Red+Green+Blue) = 255+21+192=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15C0 is #00EA3F. Grayscale: #6E6E6E. Windows color (decimal): -59968 or 12588543. OLE color: 12588543.

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

Color convert

RGB 255 21 192 -
CMYK 0 0.92 0.25 0
HSL 316.15º 1% 0.54% -
HSV(B) 316.15º 0.92% 1% -
XYZ 51.02 25.6 52.12 -
YUV 110.46 174.02 231.1 -
System Red Green Blue C M Y K H S L
Decimal 255 21 192 0 0.92 0.25 0 316.15 1 0.54
Hex FF 15 C0 0 5C 19 0 13C 64 36
Octal 377 25 300 0 134 31 0 474 144 66
Binary 11111111 10101 11000000 0 1011100 11001 0 100111100 1100100 110110

Color Harmonies of #FF15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF15C0

Black with #FF15C0

Text Example


Text Example

White with #FF15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF15C0; }

 p { color: rgb(255,21,192); }

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

background-color css

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

 a { background-color: rgb(255,21,192); }

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

border-color css

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

 span { border-color: rgb(255,21,192); }

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