Html Css Color HEX #F918D0 Shocking Pink

📋 copy color: '#F918D0'

red 249 ◦ green 24 ◦ blue 208

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

Shades of Shocking Pink #F918D0

Tints of Shocking Pink #F918D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 51.77%
G = 4.99%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F918D0 (or 0xF918D0) is known color: Shocking Pink. HEX triplet: F9, 18 and D0. RGB value is (249,24,208). Sum of RGB (Red+Green+Blue) = 249+24+208=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D0 is #06E72F. Grayscale: #6F6F6F. Windows color (decimal): -452400 or 13637881. OLE color: 13637881.

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

Color convert

RGB 249 24 208 -
CMYK 0 0.90 0.16 0.02
HSL 310.93º 0.95% 0.54% -
HSV(B) 310.93º 0.9% 0.98% -
XYZ 50.78 25.35 61.89 -
YUV 112.25 182.04 225.54 -
System Red Green Blue C M Y K H S L
Decimal 249 24 208 0 0.90 0.16 0.02 310.93 0.95 0.54
Hex F9 18 D0 0 5A 10 2 137 5F 36
Octal 371 30 320 0 132 20 2 467 137 66
Binary 11111001 11000 11010000 0 1011010 10000 10 100110111 1011111 110110

Color Harmonies of #F918D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918D0

Black with #F918D0

Text Example


Text Example

White with #F918D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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