Html Css Color HEX #FA8599 Wewak

📋 copy color: '#FA8599'

red 250 ◦ green 133 ◦ blue 153

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

Shades of Wewak #FA8599

Tints of Wewak #FA8599

RGB

 RED value IS 250 (98.05% from 255) = 46.64%

 GREEN value IS 133 (52.34% from 255) = 24.81%

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 46.64%
G = 24.81%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA8599 (or 0xFA8599) is known color: Wewak. HEX triplet: FA, 85 and 99. RGB value is (250,133,153). Sum of RGB (Red+Green+Blue) = 250+133+153=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8599 is #057A66. Grayscale: #AAAAAA. Windows color (decimal): -359015 or 10061306. OLE color: 10061306.

HSL color Cylindrical-coordinate representation of color #FA8599: hue angle of 349.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8599 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 153 -
CMYK 0 0.47 0.39 0.02
HSL 349.74º 0.92% 0.75% -
HSV(B) 349.74º 0.47% 0.98% -
XYZ 53.56 39.4 34.92 -
YUV 170.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 250 133 153 0 0.47 0.39 0.02 349.74 0.92 0.75
Hex FA 85 99 0 2F 27 2 15E 5C 4B
Octal 372 205 231 0 57 47 2 536 134 113
Binary 11111010 10000101 10011001 0 101111 100111 10 101011110 1011100 1001011

Color Harmonies of #FA8599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8599

Black with #FA8599

Text Example


Text Example

White with #FA8599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8599; }

 p { color: rgb(250,133,153); }

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

background-color css

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

 a { background-color: rgb(250,133,153); }

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

border-color css

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

 span { border-color: rgb(250,133,153); }

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