Html Css Color HEX #F496C0 Shocking

📋 copy color: '#F496C0'

red 244 ◦ green 150 ◦ blue 192

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

Shades of Shocking #F496C0

Tints of Shocking #F496C0

RGB

 RED value IS 244 (95.7% from 255) = 41.64%

 GREEN value IS 150 (58.98% from 255) = 25.6%

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 41.64%
G = 25.6%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F496C0 (or 0xF496C0) is known color: Shocking. HEX triplet: F4, 96 and C0. RGB value is (244,150,192). Sum of RGB (Red+Green+Blue) = 244+150+192=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F496C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496C0 is #0B693F. Grayscale: #B6B6B6. Windows color (decimal): -747840 or 12621556. OLE color: 12621556.

HSL color Cylindrical-coordinate representation of color #F496C0: hue angle of 333.19º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496C0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 192 -
CMYK 0 0.39 0.21 0.04
HSL 333.19º 0.81% 0.77% -
HSV(B) 333.19º 0.39% 0.96% -
XYZ 57.73 44.85 55.48 -
YUV 182.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 244 150 192 0 0.39 0.21 0.04 333.19 0.81 0.77
Hex F4 96 C0 0 27 15 4 14D 51 4D
Octal 364 226 300 0 47 25 4 515 121 115
Binary 11110100 10010110 11000000 0 100111 10101 100 101001101 1010001 1001101

Color Harmonies of #F496C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496C0

Black with #F496C0

Text Example


Text Example

White with #F496C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496C0; }

 p { color: rgb(244,150,192); }

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

background-color css

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

 a { background-color: rgb(244,150,192); }

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

border-color css

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

 span { border-color: rgb(244,150,192); }

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