Html Css Color HEX #F819BD Shocking Pink

📋 copy color: '#F819BD'

red 248 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #F819BD

Tints of Shocking Pink #F819BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 53.68%
G = 5.41%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F819BD (or 0xF819BD) is known color: Shocking Pink. HEX triplet: F8, 19 and BD. RGB value is (248,25,189). Sum of RGB (Red+Green+Blue) = 248+25+189=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F819BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819BD is #07E642. Grayscale: #6D6D6D. Windows color (decimal): -517699 or 12392952. OLE color: 12392952.

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

Color convert

RGB 248 25 189 -
CMYK 0 0.90 0.24 0.03
HSL 315.87º 0.94% 0.54% -
HSV(B) 315.87º 0.9% 0.97% -
XYZ 48.24 24.33 50.3 -
YUV 110.37 172.38 226.16 -
System Red Green Blue C M Y K H S L
Decimal 248 25 189 0 0.90 0.24 0.03 315.87 0.94 0.54
Hex F8 19 BD 0 5A 18 3 13C 5E 36
Octal 370 31 275 0 132 30 3 474 136 66
Binary 11111000 11001 10111101 0 1011010 11000 11 100111100 1011110 110110

Color Harmonies of #F819BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819BD

Black with #F819BD

Text Example


Text Example

White with #F819BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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