Html Css Color HEX #F9858E Wewak

📋 copy color: '#F9858E'

red 249 ◦ green 133 ◦ blue 142

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

Shades of Wewak #F9858E

Tints of Wewak #F9858E

RGB

 RED value IS 249 (97.66% from 255) = 47.52%

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

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 47.52%
G = 25.38%
B = 27.1%

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

#F9858E (or 0xF9858E) is known color: Wewak. HEX triplet: F9, 85 and 8E. RGB value is (249,133,142). Sum of RGB (Red+Green+Blue) = 249+133+142=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9858E is #067A71. Grayscale: #A8A8A8. Windows color (decimal): -424562 or 9340409. OLE color: 9340409.

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

Color convert

RGB 249 133 142 -
CMYK 0 0.47 0.43 0.02
HSL 355.34º 0.91% 0.75% -
HSV(B) 355.34º 0.47% 0.98% -
XYZ 52.34 38.87 30.33 -
YUV 168.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 249 133 142 0 0.47 0.43 0.02 355.34 0.91 0.75
Hex F9 85 8E 0 2F 2B 2 163 5B 4B
Octal 371 205 216 0 57 53 2 543 133 113
Binary 11111001 10000101 10001110 0 101111 101011 10 101100011 1011011 1001011

Color Harmonies of #F9858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9858E

Black with #F9858E

Text Example


Text Example

White with #F9858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9858E; }

 p { color: rgb(249,133,142); }

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

background-color css

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

 a { background-color: rgb(249,133,142); }

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

border-color css

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

 span { border-color: rgb(249,133,142); }

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