Html Css Color HEX #F5859B Wewak

📋 copy color: '#F5859B'

red 245 ◦ green 133 ◦ blue 155

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

Shades of Wewak #F5859B

Tints of Wewak #F5859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 45.97%
G = 24.95%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5859B (or 0xF5859B) is known color: Wewak. HEX triplet: F5, 85 and 9B. RGB value is (245,133,155). Sum of RGB (Red+Green+Blue) = 245+133+155=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5859B is #0A7A64. Grayscale: #A9A9A9. Windows color (decimal): -686693 or 10192373. OLE color: 10192373.

HSL color Cylindrical-coordinate representation of color #F5859B: hue angle of 348.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5859B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 155 -
CMYK 0 0.46 0.37 0.04
HSL 348.21º 0.85% 0.74% -
HSV(B) 348.21º 0.46% 0.96% -
XYZ 51.96 38.55 35.71 -
YUV 169 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 245 133 155 0 0.46 0.37 0.04 348.21 0.85 0.74
Hex F5 85 9B 0 2E 25 4 15C 55 4A
Octal 365 205 233 0 56 45 4 534 125 112
Binary 11110101 10000101 10011011 0 101110 100101 100 101011100 1010101 1001010

Color Harmonies of #F5859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5859B

Black with #F5859B

Text Example


Text Example

White with #F5859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5859B; }

 p { color: rgb(245,133,155); }

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

background-color css

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

 a { background-color: rgb(245,133,155); }

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

border-color css

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

 span { border-color: rgb(245,133,155); }

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