Html Css Color HEX #FA8F94 Wewak

📋 copy color: '#FA8F94'

red 250 ◦ green 143 ◦ blue 148

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

Shades of Wewak #FA8F94

Tints of Wewak #FA8F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.43%

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

R = 46.21%
G = 26.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA8F94 (or 0xFA8F94) is known color: Wewak. HEX triplet: FA, 8F and 94. RGB value is (250,143,148). Sum of RGB (Red+Green+Blue) = 250+143+148=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F94 is #05706B. Grayscale: #AFAFAF. Windows color (decimal): -356460 or 9736186. OLE color: 9736186.

HSL color Cylindrical-coordinate representation of color #FA8F94: hue angle of 357.2º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8F94 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 148 -
CMYK 0 0.43 0.41 0.02
HSL 357.2º 0.91% 0.77% -
HSV(B) 357.2º 0.43% 0.98% -
XYZ 54.59 42.11 33.27 -
YUV 175.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 250 143 148 0 0.43 0.41 0.02 357.2 0.91 0.77
Hex FA 8F 94 0 2B 29 2 165 5B 4D
Octal 372 217 224 0 53 51 2 545 133 115
Binary 11111010 10001111 10010100 0 101011 101001 10 101100101 1011011 1001101

Color Harmonies of #FA8F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F94

Black with #FA8F94

Text Example


Text Example

White with #FA8F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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