Html Css Color HEX #F918D8 Shocking Pink

📋 copy color: '#F918D8'

red 249 ◦ green 24 ◦ blue 216

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

Shades of Shocking Pink #F918D8

Tints of Shocking Pink #F918D8

RGB

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

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

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

R = 50.92%
G = 4.91%
B = 44.17%

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

#F918D8 (or 0xF918D8) is known color: Shocking Pink. HEX triplet: F9, 18 and D8. RGB value is (249,24,216). Sum of RGB (Red+Green+Blue) = 249+24+216=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D8 is #06E727. Grayscale: #707070. Windows color (decimal): -452392 or 14162169. OLE color: 14162169.

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

Color convert

RGB 249 24 216 -
CMYK 0 0.90 0.13 0.02
HSL 308.8º 0.95% 0.54% -
HSV(B) 308.8º 0.9% 0.98% -
XYZ 51.79 25.75 67.21 -
YUV 113.16 186.04 224.89 -
System Red Green Blue C M Y K H S L
Decimal 249 24 216 0 0.90 0.13 0.02 308.8 0.95 0.54
Hex F9 18 D8 0 5A D 2 135 5F 36
Octal 371 30 330 0 132 15 2 465 137 66
Binary 11111001 11000 11011000 0 1011010 1101 10 100110101 1011111 110110

Color Harmonies of #F918D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918D8

Black with #F918D8

Text Example


Text Example

White with #F918D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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