Html Css Color HEX #F819D3 Shocking Pink

📋 copy color: '#F819D3'

red 248 ◦ green 25 ◦ blue 211

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

Shades of Shocking Pink #F819D3

Tints of Shocking Pink #F819D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 51.24%
G = 5.17%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F819D3 (or 0xF819D3) is known color: Shocking Pink. HEX triplet: F8, 19 and D3. RGB value is (248,25,211). Sum of RGB (Red+Green+Blue) = 248+25+211=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F819D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819D3 is #07E62C. Grayscale: #707070. Windows color (decimal): -517677 or 13834744. OLE color: 13834744.

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

Color convert

RGB 248 25 211 -
CMYK 0 0.90 0.15 0.03
HSL 309.96º 0.94% 0.54% -
HSV(B) 309.96º 0.9% 0.97% -
XYZ 50.82 25.35 63.84 -
YUV 112.88 183.38 224.38 -
System Red Green Blue C M Y K H S L
Decimal 248 25 211 0 0.90 0.15 0.03 309.96 0.94 0.54
Hex F8 19 D3 0 5A F 3 136 5E 36
Octal 370 31 323 0 132 17 3 466 136 66
Binary 11111000 11001 11010011 0 1011010 1111 11 100110110 1011110 110110

Color Harmonies of #F819D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819D3

Black with #F819D3

Text Example


Text Example

White with #F819D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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