Html Css Color HEX #F496C8 Shocking

📋 copy color: '#F496C8'

red 244 ◦ green 150 ◦ blue 200

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

Shades of Shocking #F496C8

Tints of Shocking #F496C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.67%

R = 41.08%
G = 25.25%
B = 33.67%

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

#F496C8 (or 0xF496C8) is known color: Shocking. HEX triplet: F4, 96 and C8. RGB value is (244,150,200). Sum of RGB (Red+Green+Blue) = 244+150+200=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F496C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496C8 is #0B6937. Grayscale: #B7B7B7. Windows color (decimal): -747832 or 13145844. OLE color: 13145844.

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

Color convert

RGB 244 150 200 -
CMYK 0 0.39 0.18 0.04
HSL 328.09º 0.81% 0.77% -
HSV(B) 328.09º 0.39% 0.96% -
XYZ 58.64 45.22 60.28 -
YUV 183.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 244 150 200 0 0.39 0.18 0.04 328.09 0.81 0.77
Hex F4 96 C8 0 27 12 4 148 51 4D
Octal 364 226 310 0 47 22 4 510 121 115
Binary 11110100 10010110 11001000 0 100111 10010 100 101001000 1010001 1001101

Color Harmonies of #F496C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496C8

Black with #F496C8

Text Example


Text Example

White with #F496C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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