Html Css Color HEX #F593BC Shocking

📋 copy color: '#F593BC'

red 245 ◦ green 147 ◦ blue 188

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

Shades of Shocking #F593BC

Tints of Shocking #F593BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.34%

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 42.24%
G = 25.34%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F593BC (or 0xF593BC) is known color: Shocking. HEX triplet: F5, 93 and BC. RGB value is (245,147,188). Sum of RGB (Red+Green+Blue) = 245+147+188=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F593BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593BC is #0A6C43. Grayscale: #B4B4B4. Windows color (decimal): -683076 or 12358645. OLE color: 12358645.

HSL color Cylindrical-coordinate representation of color #F593BC: hue angle of 334.9º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593BC is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 188 -
CMYK 0 0.4 0.23 0.04
HSL 334.9º 0.83% 0.77% -
HSV(B) 334.9º 0.4% 0.96% -
XYZ 57.17 43.91 53.04 -
YUV 180.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 245 147 188 0 0.4 0.23 0.04 334.9 0.83 0.77
Hex F5 93 BC 0 28 17 4 14F 53 4D
Octal 365 223 274 0 50 27 4 517 123 115
Binary 11110101 10010011 10111100 0 101000 10111 100 101001111 1010011 1001101

Color Harmonies of #F593BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593BC

Black with #F593BC

Text Example


Text Example

White with #F593BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593BC; }

 p { color: rgb(245,147,188); }

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

background-color css

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

 a { background-color: rgb(245,147,188); }

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

border-color css

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

 span { border-color: rgb(245,147,188); }

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