Html Css Color HEX #F5959E Wewak

📋 copy color: '#F5959E'

red 245 ◦ green 149 ◦ blue 158

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

Shades of Wewak #F5959E

Tints of Wewak #F5959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.99%

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 44.38%
G = 26.99%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5959E (or 0xF5959E) is known color: Wewak. HEX triplet: F5, 95 and 9E. RGB value is (245,149,158). Sum of RGB (Red+Green+Blue) = 245+149+158=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5959E is #0A6A61. Grayscale: #B2B2B2. Windows color (decimal): -682594 or 10393077. OLE color: 10393077.

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

Color convert

RGB 245 149 158 -
CMYK 0 0.39 0.36 0.04
HSL 354.38º 0.83% 0.77% -
HSV(B) 354.38º 0.39% 0.96% -
XYZ 54.58 43.38 37.84 -
YUV 178.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 245 149 158 0 0.39 0.36 0.04 354.38 0.83 0.77
Hex F5 95 9E 0 27 24 4 162 53 4D
Octal 365 225 236 0 47 44 4 542 123 115
Binary 11110101 10010101 10011110 0 100111 100100 100 101100010 1010011 1001101

Color Harmonies of #F5959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5959E

Black with #F5959E

Text Example


Text Example

White with #F5959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5959E; }

 p { color: rgb(245,149,158); }

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

background-color css

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

 a { background-color: rgb(245,149,158); }

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

border-color css

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

 span { border-color: rgb(245,149,158); }

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