Html Css Color HEX #F59294 Wewak

📋 copy color: '#F59294'

red 245 ◦ green 146 ◦ blue 148

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

Shades of Wewak #F59294

Tints of Wewak #F59294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.09%

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

R = 45.45%
G = 27.09%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F59294 (or 0xF59294) is known color: Wewak. HEX triplet: F5, 92 and 94. RGB value is (245,146,148). Sum of RGB (Red+Green+Blue) = 245+146+148=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F59294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59294 is #0A6D6B. Grayscale: #AFAFAF. Windows color (decimal): -683372 or 9736949. OLE color: 9736949.

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

Color convert

RGB 245 146 148 -
CMYK 0 0.40 0.40 0.04
HSL 358.79º 0.83% 0.77% -
HSV(B) 358.79º 0.4% 0.96% -
XYZ 53.28 42.11 33.34 -
YUV 175.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 245 146 148 0 0.40 0.40 0.04 358.79 0.83 0.77
Hex F5 92 94 0 28 28 4 167 53 4D
Octal 365 222 224 0 50 50 4 547 123 115
Binary 11110101 10010010 10010100 0 101000 101000 100 101100111 1010011 1001101

Color Harmonies of #F59294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59294

Black with #F59294

Text Example


Text Example

White with #F59294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59294; }

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

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

background-color css

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

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

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

border-color css

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

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

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