Html Css Color HEX #F816CC Shocking Pink

📋 copy color: '#F816CC'

red 248 ◦ green 22 ◦ blue 204

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

Shades of Shocking Pink #F816CC

Tints of Shocking Pink #F816CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 52.32%
G = 4.64%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F816CC (or 0xF816CC) is known color: Shocking Pink. HEX triplet: F8, 16 and CC. RGB value is (248,22,204). Sum of RGB (Red+Green+Blue) = 248+22+204=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F816CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816CC is #07E933. Grayscale: #6D6D6D. Windows color (decimal): -518452 or 13375224. OLE color: 13375224.

HSL color Cylindrical-coordinate representation of color #F816CC: hue angle of 311.68º 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 #F816CC is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 22 204 -
CMYK 0 0.91 0.18 0.03
HSL 311.68º 0.94% 0.53% -
HSV(B) 311.68º 0.91% 0.97% -
XYZ 49.9 24.89 59.3 -
YUV 110.32 180.87 226.2 -
System Red Green Blue C M Y K H S L
Decimal 248 22 204 0 0.91 0.18 0.03 311.68 0.94 0.53
Hex F8 16 CC 0 5B 12 3 138 5E 35
Octal 370 26 314 0 133 22 3 470 136 65
Binary 11111000 10110 11001100 0 1011011 10010 11 100111000 1011110 110101

Color Harmonies of #F816CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816CC

Black with #F816CC

Text Example


Text Example

White with #F816CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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