Html Css Color HEX #F819CC Shocking Pink

📋 copy color: '#F819CC'

red 248 ◦ green 25 ◦ blue 204

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

Shades of Shocking Pink #F819CC

Tints of Shocking Pink #F819CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.24%

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

R = 51.99%
G = 5.24%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F819CC (or 0xF819CC) is known color: Shocking Pink. HEX triplet: F8, 19 and CC. RGB value is (248,25,204). Sum of RGB (Red+Green+Blue) = 248+25+204=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F819CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819CC is #07E633. Grayscale: #6F6F6F. Windows color (decimal): -517684 or 13375992. OLE color: 13375992.

HSL color Cylindrical-coordinate representation of color #F819CC: hue angle of 311.84º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819CC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 204 -
CMYK 0 0.90 0.18 0.03
HSL 311.84º 0.94% 0.54% -
HSV(B) 311.84º 0.9% 0.97% -
XYZ 49.96 25.01 59.32 -
YUV 112.08 179.88 224.95 -
System Red Green Blue C M Y K H S L
Decimal 248 25 204 0 0.90 0.18 0.03 311.84 0.94 0.54
Hex F8 19 CC 0 5A 12 3 138 5E 36
Octal 370 31 314 0 132 22 3 470 136 66
Binary 11111000 11001 11001100 0 1011010 10010 11 100111000 1011110 110110

Color Harmonies of #F819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819CC

Black with #F819CC

Text Example


Text Example

White with #F819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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