Html Css Color HEX #FA8494 Wewak

📋 copy color: '#FA8494'

red 250 ◦ green 132 ◦ blue 148

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

Shades of Wewak #FA8494

Tints of Wewak #FA8494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.91%

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 47.17%
G = 24.91%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA8494 (or 0xFA8494) is known color: Wewak. HEX triplet: FA, 84 and 94. RGB value is (250,132,148). Sum of RGB (Red+Green+Blue) = 250+132+148=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8494 is #057B6B. Grayscale: #A9A9A9. Windows color (decimal): -359276 or 9733370. OLE color: 9733370.

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

Color convert

RGB 250 132 148 -
CMYK 0 0.47 0.41 0.02
HSL 351.86º 0.92% 0.75% -
HSV(B) 351.86º 0.47% 0.98% -
XYZ 53.02 38.96 32.74 -
YUV 169.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 250 132 148 0 0.47 0.41 0.02 351.86 0.92 0.75
Hex FA 84 94 0 2F 29 2 160 5C 4B
Octal 372 204 224 0 57 51 2 540 134 113
Binary 11111010 10000100 10010100 0 101111 101001 10 101100000 1011100 1001011

Color Harmonies of #FA8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8494

Black with #FA8494

Text Example


Text Example

White with #FA8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8494; }

 p { color: rgb(250,132,148); }

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

background-color css

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

 a { background-color: rgb(250,132,148); }

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

border-color css

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

 span { border-color: rgb(250,132,148); }

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