Html Css Color HEX #F58E94 Wewak

📋 copy color: '#F58E94'

red 245 ◦ green 142 ◦ blue 148

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

Shades of Wewak #F58E94

Tints of Wewak #F58E94

RGB

 RED value IS 245 (96.09% from 255) = 45.79%

 GREEN value IS 142 (55.86% from 255) = 26.54%

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

R = 45.79%
G = 26.54%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F58E94 (or 0xF58E94) is known color: Wewak. HEX triplet: F5, 8E and 94. RGB value is (245,142,148). Sum of RGB (Red+Green+Blue) = 245+142+148=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E94 is #0A716B. Grayscale: #ADADAD. Windows color (decimal): -684396 or 9735925. OLE color: 9735925.

HSL color Cylindrical-coordinate representation of color #F58E94: hue angle of 356.5º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58E94 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 142 148 -
CMYK 0 0.42 0.40 0.04
HSL 356.5º 0.84% 0.76% -
HSV(B) 356.5º 0.42% 0.96% -
XYZ 52.67 40.9 33.13 -
YUV 173.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 245 142 148 0 0.42 0.40 0.04 356.5 0.84 0.76
Hex F5 8E 94 0 2A 28 4 165 54 4C
Octal 365 216 224 0 52 50 4 545 124 114
Binary 11110101 10001110 10010100 0 101010 101000 100 101100101 1010100 1001100

Color Harmonies of #F58E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E94

Black with #F58E94

Text Example


Text Example

White with #F58E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E94; }

 p { color: rgb(245,142,148); }

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

background-color css

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

 a { background-color: rgb(245,142,148); }

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

border-color css

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

 span { border-color: rgb(245,142,148); }

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