Html Css Color HEX #F819CE Shocking Pink

📋 copy color: '#F819CE'

red 248 ◦ green 25 ◦ blue 206

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

Shades of Shocking Pink #F819CE

Tints of Shocking Pink #F819CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 51.77%
G = 5.22%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F819CE (or 0xF819CE) is known color: Shocking Pink. HEX triplet: F8, 19 and CE. RGB value is (248,25,206). Sum of RGB (Red+Green+Blue) = 248+25+206=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F819CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819CE is #07E631. Grayscale: #6F6F6F. Windows color (decimal): -517682 or 13507064. OLE color: 13507064.

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

Color convert

RGB 248 25 206 -
CMYK 0 0.90 0.17 0.03
HSL 311.3º 0.94% 0.54% -
HSV(B) 311.3º 0.9% 0.97% -
XYZ 50.2 25.11 60.59 -
YUV 112.31 180.88 224.78 -
System Red Green Blue C M Y K H S L
Decimal 248 25 206 0 0.90 0.17 0.03 311.3 0.94 0.54
Hex F8 19 CE 0 5A 11 3 137 5E 36
Octal 370 31 316 0 132 21 3 467 136 66
Binary 11111000 11001 11001110 0 1011010 10001 11 100110111 1011110 110110

Color Harmonies of #F819CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819CE

Black with #F819CE

Text Example


Text Example

White with #F819CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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