Html Css Color HEX #F59296 Wewak

📋 copy color: '#F59296'

red 245 ◦ green 146 ◦ blue 150

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

Shades of Wewak #F59296

Tints of Wewak #F59296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 45.29%
G = 26.99%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F59296 (or 0xF59296) is known color: Wewak. HEX triplet: F5, 92 and 96. RGB value is (245,146,150). Sum of RGB (Red+Green+Blue) = 245+146+150=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F59296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59296 is #0A6D69. Grayscale: #B0B0B0. Windows color (decimal): -683370 or 9868021. OLE color: 9868021.

HSL color Cylindrical-coordinate representation of color #F59296: hue angle of 357.58º 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 #F59296 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 146 150 -
CMYK 0 0.40 0.39 0.04
HSL 357.58º 0.83% 0.77% -
HSV(B) 357.58º 0.4% 0.96% -
XYZ 53.44 42.17 34.18 -
YUV 176.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 245 146 150 0 0.40 0.39 0.04 357.58 0.83 0.77
Hex F5 92 96 0 28 27 4 166 53 4D
Octal 365 222 226 0 50 47 4 546 123 115
Binary 11110101 10010010 10010110 0 101000 100111 100 101100110 1010011 1001101

Color Harmonies of #F59296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59296

Black with #F59296

Text Example


Text Example

White with #F59296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59296; }

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

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

background-color css

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

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

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

border-color css

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

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

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