Html Css Color HEX #F495C9 Shocking

📋 copy color: '#F495C9'

red 244 ◦ green 149 ◦ blue 201

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

Shades of Shocking #F495C9

Tints of Shocking #F495C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 41.08%
G = 25.08%
B = 33.84%

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

#F495C9 (or 0xF495C9) is known color: Shocking. HEX triplet: F4, 95 and C9. RGB value is (244,149,201). Sum of RGB (Red+Green+Blue) = 244+149+201=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F495C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495C9 is #0B6A36. Grayscale: #B7B7B7. Windows color (decimal): -748087 or 13211124. OLE color: 13211124.

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

Color convert

RGB 244 149 201 -
CMYK 0 0.39 0.18 0.04
HSL 327.16º 0.81% 0.77% -
HSV(B) 327.16º 0.39% 0.96% -
XYZ 58.6 44.95 60.85 -
YUV 183.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 244 149 201 0 0.39 0.18 0.04 327.16 0.81 0.77
Hex F4 95 C9 0 27 12 4 147 51 4D
Octal 364 225 311 0 47 22 4 507 121 115
Binary 11110100 10010101 11001001 0 100111 10010 100 101000111 1010001 1001101

Color Harmonies of #F495C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495C9

Black with #F495C9

Text Example


Text Example

White with #F495C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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