Html Css Color HEX #F59ACD Shocking

📋 copy color: '#F59ACD'

red 245 ◦ green 154 ◦ blue 205

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

Shades of Shocking #F59ACD

Tints of Shocking #F59ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 40.56%
G = 25.5%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F59ACD (or 0xF59ACD) is known color: Shocking. HEX triplet: F5, 9A and CD. RGB value is (245,154,205). Sum of RGB (Red+Green+Blue) = 245+154+205=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACD is #0A6532. Grayscale: #BABABA. Windows color (decimal): -681267 or 13474549. OLE color: 13474549.

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

Color convert

RGB 245 154 205 -
CMYK 0 0.37 0.16 0.04
HSL 326.37º 0.82% 0.78% -
HSV(B) 326.37º 0.37% 0.96% -
XYZ 60.23 46.93 63.64 -
YUV 187.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 245 154 205 0 0.37 0.16 0.04 326.37 0.82 0.78
Hex F5 9A CD 0 25 10 4 146 52 4E
Octal 365 232 315 0 45 20 4 506 122 116
Binary 11110101 10011010 11001101 0 100101 10000 100 101000110 1010010 1001110

Color Harmonies of #F59ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59ACD

Black with #F59ACD

Text Example


Text Example

White with #F59ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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