Html Css Color HEX #F596AF Illusion

📋 copy color: '#F596AF'

red 245 ◦ green 150 ◦ blue 175

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

Shades of Illusion #F596AF

Tints of Illusion #F596AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.32%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 42.98%
G = 26.32%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F596AF (or 0xF596AF) is known color: Illusion. HEX triplet: F5, 96 and AF. RGB value is (245,150,175). Sum of RGB (Red+Green+Blue) = 245+150+175=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F596AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F596AF is #0A6950. Grayscale: #B5B5B5. Windows color (decimal): -682321 or 11507445. OLE color: 11507445.

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

Color convert

RGB 245 150 175 -
CMYK 0 0.39 0.29 0.04
HSL 344.21º 0.83% 0.77% -
HSV(B) 344.21º 0.39% 0.96% -
XYZ 56.3 44.32 46.14 -
YUV 181.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 245 150 175 0 0.39 0.29 0.04 344.21 0.83 0.77
Hex F5 96 AF 0 27 1D 4 158 53 4D
Octal 365 226 257 0 47 35 4 530 123 115
Binary 11110101 10010110 10101111 0 100111 11101 100 101011000 1010011 1001101

Color Harmonies of #F596AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596AF

Black with #F596AF

Text Example


Text Example

White with #F596AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596AF; }

 p { color: rgb(245,150,175); }

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

background-color css

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

 a { background-color: rgb(245,150,175); }

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

border-color css

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

 span { border-color: rgb(245,150,175); }

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