Html Css Color HEX #FA858F Wewak

📋 copy color: '#FA858F'

red 250 ◦ green 133 ◦ blue 143

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

Shades of Wewak #FA858F

Tints of Wewak #FA858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.19%

R = 47.53%
G = 25.29%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA858F (or 0xFA858F) is known color: Wewak. HEX triplet: FA, 85 and 8F. RGB value is (250,133,143). Sum of RGB (Red+Green+Blue) = 250+133+143=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858F is #057A70. Grayscale: #A9A9A9. Windows color (decimal): -359025 or 9405946. OLE color: 9405946.

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

Color convert

RGB 250 133 143 -
CMYK 0 0.47 0.43 0.02
HSL 354.87º 0.92% 0.75% -
HSV(B) 354.87º 0.47% 0.98% -
XYZ 52.77 39.08 30.75 -
YUV 169.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 250 133 143 0 0.47 0.43 0.02 354.87 0.92 0.75
Hex FA 85 8F 0 2F 2B 2 163 5C 4B
Octal 372 205 217 0 57 53 2 543 134 113
Binary 11111010 10000101 10001111 0 101111 101011 10 101100011 1011100 1001011

Color Harmonies of #FA858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA858F

Black with #FA858F

Text Example


Text Example

White with #FA858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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