Html Css Color HEX #F496C7 Shocking

📋 copy color: '#F496C7'

red 244 ◦ green 150 ◦ blue 199

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

Shades of Shocking #F496C7

Tints of Shocking #F496C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.56%

R = 41.15%
G = 25.3%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F496C7 (or 0xF496C7) is known color: Shocking. HEX triplet: F4, 96 and C7. RGB value is (244,150,199). Sum of RGB (Red+Green+Blue) = 244+150+199=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F496C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496C7 is #0B6938. Grayscale: #B7B7B7. Windows color (decimal): -747833 or 13080308. OLE color: 13080308.

HSL color Cylindrical-coordinate representation of color #F496C7: hue angle of 328.72º 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 #F496C7 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 199 -
CMYK 0 0.39 0.18 0.04
HSL 328.72º 0.81% 0.77% -
HSV(B) 328.72º 0.39% 0.96% -
XYZ 58.52 45.17 59.67 -
YUV 183.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 244 150 199 0 0.39 0.18 0.04 328.72 0.81 0.77
Hex F4 96 C7 0 27 12 4 149 51 4D
Octal 364 226 307 0 47 22 4 511 121 115
Binary 11110100 10010110 11000111 0 100111 10010 100 101001001 1010001 1001101

Color Harmonies of #F496C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496C7

Black with #F496C7

Text Example


Text Example

White with #F496C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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