Html Css Color HEX #F59AC8 Shocking

📋 copy color: '#F59AC8'

red 245 ◦ green 154 ◦ blue 200

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

Shades of Shocking #F59AC8

Tints of Shocking #F59AC8

RGB

 RED value IS 245 (96.09% from 255) = 40.9%

 GREEN value IS 154 (60.55% from 255) = 25.71%

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

R = 40.9%
G = 25.71%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F59AC8 (or 0xF59AC8) is known color: Shocking. HEX triplet: F5, 9A and C8. RGB value is (245,154,200). Sum of RGB (Red+Green+Blue) = 245+154+200=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59AC8 is #0A6537. Grayscale: #BABABA. Windows color (decimal): -681272 or 13146869. OLE color: 13146869.

HSL color Cylindrical-coordinate representation of color #F59AC8: hue angle of 329.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AC8 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 154 200 -
CMYK 0 0.37 0.18 0.04
HSL 329.67º 0.82% 0.78% -
HSV(B) 329.67º 0.37% 0.96% -
XYZ 59.64 46.69 60.51 -
YUV 186.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 245 154 200 0 0.37 0.18 0.04 329.67 0.82 0.78
Hex F5 9A C8 0 25 12 4 14A 52 4E
Octal 365 232 310 0 45 22 4 512 122 116
Binary 11110101 10011010 11001000 0 100101 10010 100 101001010 1010010 1001110

Color Harmonies of #F59AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59AC8

Black with #F59AC8

Text Example


Text Example

White with #F59AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59AC8; }

 p { color: rgb(245,154,200); }

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

background-color css

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

 a { background-color: rgb(245,154,200); }

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

border-color css

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

 span { border-color: rgb(245,154,200); }

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