Html Css Color HEX #F495C6 Shocking

📋 copy color: '#F495C6'

red 244 ◦ green 149 ◦ blue 198

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

Shades of Shocking #F495C6

Tints of Shocking #F495C6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 41.29%
G = 25.21%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F495C6 (or 0xF495C6) is known color: Shocking. HEX triplet: F4, 95 and C6. RGB value is (244,149,198). Sum of RGB (Red+Green+Blue) = 244+149+198=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F495C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495C6 is #0B6A39. Grayscale: #B6B6B6. Windows color (decimal): -748090 or 13014516. OLE color: 13014516.

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

Color convert

RGB 244 149 198 -
CMYK 0 0.39 0.19 0.04
HSL 329.05º 0.81% 0.77% -
HSV(B) 329.05º 0.39% 0.96% -
XYZ 58.25 44.81 59 -
YUV 182.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 244 149 198 0 0.39 0.19 0.04 329.05 0.81 0.77
Hex F4 95 C6 0 27 13 4 149 51 4D
Octal 364 225 306 0 47 23 4 511 121 115
Binary 11110100 10010101 11000110 0 100111 10011 100 101001001 1010001 1001101

Color Harmonies of #F495C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495C6

Black with #F495C6

Text Example


Text Example

White with #F495C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495C6; }

 p { color: rgb(244,149,198); }

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

background-color css

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

 a { background-color: rgb(244,149,198); }

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

border-color css

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

 span { border-color: rgb(244,149,198); }

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