Html Css Color HEX #F918D9 Shocking Pink

📋 copy color: '#F918D9'

red 249 ◦ green 24 ◦ blue 217

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

Shades of Shocking Pink #F918D9

Tints of Shocking Pink #F918D9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.9%

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 50.82%
G = 4.9%
B = 44.29%

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

#F918D9 (or 0xF918D9) is known color: Shocking Pink. HEX triplet: F9, 18 and D9. RGB value is (249,24,217). Sum of RGB (Red+Green+Blue) = 249+24+217=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D9 is #06E726. Grayscale: #707070. Windows color (decimal): -452391 or 14227705. OLE color: 14227705.

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

Color convert

RGB 249 24 217 -
CMYK 0 0.90 0.13 0.02
HSL 308.53º 0.95% 0.54% -
HSV(B) 308.53º 0.9% 0.98% -
XYZ 51.92 25.8 67.89 -
YUV 113.28 186.54 224.81 -
System Red Green Blue C M Y K H S L
Decimal 249 24 217 0 0.90 0.13 0.02 308.53 0.95 0.54
Hex F9 18 D9 0 5A D 2 135 5F 36
Octal 371 30 331 0 132 15 2 465 137 66
Binary 11111001 11000 11011001 0 1011010 1101 10 100110101 1011111 110110

Color Harmonies of #F918D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918D9

Black with #F918D9

Text Example


Text Example

White with #F918D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918D9; }

 p { color: rgb(249,24,217); }

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

background-color css

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

 a { background-color: rgb(249,24,217); }

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

border-color css

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

 span { border-color: rgb(249,24,217); }

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