Html Css Color HEX #FA8591 Wewak

📋 copy color: '#FA8591'

red 250 ◦ green 133 ◦ blue 145

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

Shades of Wewak #FA8591

Tints of Wewak #FA8591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 47.35%
G = 25.19%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA8591 (or 0xFA8591) is known color: Wewak. HEX triplet: FA, 85 and 91. RGB value is (250,133,145). Sum of RGB (Red+Green+Blue) = 250+133+145=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8591 is #057A6E. Grayscale: #A9A9A9. Windows color (decimal): -359023 or 9537018. OLE color: 9537018.

HSL color Cylindrical-coordinate representation of color #FA8591: hue angle of 353.85º 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 #FA8591 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 145 -
CMYK 0 0.47 0.42 0.02
HSL 353.85º 0.92% 0.75% -
HSV(B) 353.85º 0.47% 0.98% -
XYZ 52.92 39.14 31.55 -
YUV 169.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 250 133 145 0 0.47 0.42 0.02 353.85 0.92 0.75
Hex FA 85 91 0 2F 2A 2 162 5C 4B
Octal 372 205 221 0 57 52 2 542 134 113
Binary 11111010 10000101 10010001 0 101111 101010 10 101100010 1011100 1001011

Color Harmonies of #FA8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8591

Black with #FA8591

Text Example


Text Example

White with #FA8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8591; }

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

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

background-color css

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

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

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

border-color css

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

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

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