Html Css Color HEX #F919D8 Shocking Pink

📋 copy color: '#F919D8'

red 249 ◦ green 25 ◦ blue 216

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

Shades of Shocking Pink #F919D8

Tints of Shocking Pink #F919D8

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 50.82%
G = 5.1%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F919D8 (or 0xF919D8) is known color: Shocking Pink. HEX triplet: F9, 19 and D8. RGB value is (249,25,216). Sum of RGB (Red+Green+Blue) = 249+25+216=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F919D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919D8 is #06E627. Grayscale: #717171. Windows color (decimal): -452136 or 14162425. OLE color: 14162425.

HSL color Cylindrical-coordinate representation of color #F919D8: hue angle of 308.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919D8 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 25 216 -
CMYK 0 0.90 0.13 0.02
HSL 308.84º 0.95% 0.54% -
HSV(B) 308.84º 0.9% 0.98% -
XYZ 51.81 25.79 67.21 -
YUV 113.75 185.71 224.47 -
System Red Green Blue C M Y K H S L
Decimal 249 25 216 0 0.90 0.13 0.02 308.84 0.95 0.54
Hex F9 19 D8 0 5A D 2 135 5F 36
Octal 371 31 330 0 132 15 2 465 137 66
Binary 11111001 11001 11011000 0 1011010 1101 10 100110101 1011111 110110

Color Harmonies of #F919D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919D8

Black with #F919D8

Text Example


Text Example

White with #F919D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919D8; }

 p { color: rgb(249,25,216); }

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

background-color css

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

 a { background-color: rgb(249,25,216); }

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

border-color css

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

 span { border-color: rgb(249,25,216); }

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