Html Css Color HEX #F815D5 Shocking Pink

📋 copy color: '#F815D5'

red 248 ◦ green 21 ◦ blue 213

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

Shades of Shocking Pink #F815D5

Tints of Shocking Pink #F815D5

RGB

 RED value IS 248 (97.27% from 255) = 51.45%

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 51.45%
G = 4.36%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F815D5 (or 0xF815D5) is known color: Shocking Pink. HEX triplet: F8, 15 and D5. RGB value is (248,21,213). Sum of RGB (Red+Green+Blue) = 248+21+213=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F815D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815D5 is #07EA2A. Grayscale: #6E6E6E. Windows color (decimal): -518699 or 13964792. OLE color: 13964792.

HSL color Cylindrical-coordinate representation of color #F815D5: hue angle of 309.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815D5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 213 -
CMYK 0 0.92 0.14 0.03
HSL 309.25º 0.94% 0.53% -
HSV(B) 309.25º 0.92% 0.97% -
XYZ 50.99 25.3 65.15 -
YUV 110.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 248 21 213 0 0.92 0.14 0.03 309.25 0.94 0.53
Hex F8 15 D5 0 5C E 3 135 5E 35
Octal 370 25 325 0 134 16 3 465 136 65
Binary 11111000 10101 11010101 0 1011100 1110 11 100110101 1011110 110101

Color Harmonies of #F815D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F815D5

Black with #F815D5

Text Example


Text Example

White with #F815D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F815D5; }

 p { color: rgb(248,21,213); }

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

background-color css

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

 a { background-color: rgb(248,21,213); }

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

border-color css

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

 span { border-color: rgb(248,21,213); }

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