Html Css Color HEX #F816C5 Shocking Pink

📋 copy color: '#F816C5'

red 248 ◦ green 22 ◦ blue 197

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

Shades of Shocking Pink #F816C5

Tints of Shocking Pink #F816C5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.71%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 53.1%
G = 4.71%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F816C5 (or 0xF816C5) is known color: Shocking Pink. HEX triplet: F8, 16 and C5. RGB value is (248,22,197). Sum of RGB (Red+Green+Blue) = 248+22+197=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F816C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816C5 is #07E93A. Grayscale: #6D6D6D. Windows color (decimal): -518459 or 12916472. OLE color: 12916472.

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

Color convert

RGB 248 22 197 -
CMYK 0 0.91 0.21 0.03
HSL 313.54º 0.94% 0.53% -
HSV(B) 313.54º 0.91% 0.97% -
XYZ 49.08 24.56 54.98 -
YUV 109.52 177.37 226.77 -
System Red Green Blue C M Y K H S L
Decimal 248 22 197 0 0.91 0.21 0.03 313.54 0.94 0.53
Hex F8 16 C5 0 5B 15 3 13A 5E 35
Octal 370 26 305 0 133 25 3 472 136 65
Binary 11111000 10110 11000101 0 1011011 10101 11 100111010 1011110 110101

Color Harmonies of #F816C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816C5

Black with #F816C5

Text Example


Text Example

White with #F816C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816C5; }

 p { color: rgb(248,22,197); }

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

background-color css

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

 a { background-color: rgb(248,22,197); }

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

border-color css

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

 span { border-color: rgb(248,22,197); }

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