Html Css Color HEX #F58490 Wewak

📋 copy color: '#F58490'

red 245 ◦ green 132 ◦ blue 144

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

Shades of Wewak #F58490

Tints of Wewak #F58490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.34%

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 47.02%
G = 25.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F58490 (or 0xF58490) is known color: Wewak. HEX triplet: F5, 84 and 90. RGB value is (245,132,144). Sum of RGB (Red+Green+Blue) = 245+132+144=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58490 is #0A7B6F. Grayscale: #A7A7A7. Windows color (decimal): -686960 or 9471221. OLE color: 9471221.

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

Color convert

RGB 245 132 144 -
CMYK 0 0.46 0.41 0.04
HSL 353.63º 0.85% 0.74% -
HSV(B) 353.63º 0.46% 0.96% -
XYZ 50.94 37.93 31.02 -
YUV 167.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 245 132 144 0 0.46 0.41 0.04 353.63 0.85 0.74
Hex F5 84 90 0 2E 29 4 162 55 4A
Octal 365 204 220 0 56 51 4 542 125 112
Binary 11110101 10000100 10010000 0 101110 101001 100 101100010 1010101 1001010

Color Harmonies of #F58490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58490

Black with #F58490

Text Example


Text Example

White with #F58490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58490; }

 p { color: rgb(245,132,144); }

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

background-color css

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

 a { background-color: rgb(245,132,144); }

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

border-color css

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

 span { border-color: rgb(245,132,144); }

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