Html Css Color HEX #F918C4 Shocking Pink

📋 copy color: '#F918C4'

red 249 ◦ green 24 ◦ blue 196

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

Shades of Shocking Pink #F918C4

Tints of Shocking Pink #F918C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 53.09%
G = 5.12%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F918C4 (or 0xF918C4) is known color: Shocking Pink. HEX triplet: F9, 18 and C4. RGB value is (249,24,196). Sum of RGB (Red+Green+Blue) = 249+24+196=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F918C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918C4 is #06E73B. Grayscale: #6E6E6E. Windows color (decimal): -452412 or 12851449. OLE color: 12851449.

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

Color convert

RGB 249 24 196 -
CMYK 0 0.90 0.21 0.02
HSL 314.13º 0.95% 0.54% -
HSV(B) 314.13º 0.9% 0.98% -
XYZ 49.36 24.78 54.41 -
YUV 110.88 176.04 226.51 -
System Red Green Blue C M Y K H S L
Decimal 249 24 196 0 0.90 0.21 0.02 314.13 0.95 0.54
Hex F9 18 C4 0 5A 15 2 13A 5F 36
Octal 371 30 304 0 132 25 2 472 137 66
Binary 11111001 11000 11000100 0 1011010 10101 10 100111010 1011111 110110

Color Harmonies of #F918C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918C4

Black with #F918C4

Text Example


Text Example

White with #F918C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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