Html Css Color HEX #F595C2 Shocking

📋 copy color: '#F595C2'

red 245 ◦ green 149 ◦ blue 194

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

Shades of Shocking #F595C2

Tints of Shocking #F595C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 41.67%
G = 25.34%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F595C2 (or 0xF595C2) is known color: Shocking. HEX triplet: F5, 95 and C2. RGB value is (245,149,194). Sum of RGB (Red+Green+Blue) = 245+149+194=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F595C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595C2 is #0A6A3D. Grayscale: #B6B6B6. Windows color (decimal): -682558 or 12752373. OLE color: 12752373.

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

Color convert

RGB 245 149 194 -
CMYK 0 0.39 0.21 0.04
HSL 331.88º 0.83% 0.77% -
HSV(B) 331.88º 0.39% 0.96% -
XYZ 58.14 44.8 56.62 -
YUV 182.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 245 149 194 0 0.39 0.21 0.04 331.88 0.83 0.77
Hex F5 95 C2 0 27 15 4 14C 53 4D
Octal 365 225 302 0 47 25 4 514 123 115
Binary 11110101 10010101 11000010 0 100111 10101 100 101001100 1010011 1001101

Color Harmonies of #F595C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595C2

Black with #F595C2

Text Example


Text Example

White with #F595C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595C2; }

 p { color: rgb(245,149,194); }

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

background-color css

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

 a { background-color: rgb(245,149,194); }

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

border-color css

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

 span { border-color: rgb(245,149,194); }

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