Html Css Color HEX #F58391 Wewak

📋 copy color: '#F58391'

red 245 ◦ green 131 ◦ blue 145

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

Shades of Wewak #F58391

Tints of Wewak #F58391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 47.02%
G = 25.14%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F58391 (or 0xF58391) is known color: Wewak. HEX triplet: F5, 83 and 91. RGB value is (245,131,145). Sum of RGB (Red+Green+Blue) = 245+131+145=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58391 is #0A7C6E. Grayscale: #A6A6A6. Windows color (decimal): -687215 or 9536501. OLE color: 9536501.

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

Color convert

RGB 245 131 145 -
CMYK 0 0.47 0.41 0.04
HSL 352.63º 0.85% 0.74% -
HSV(B) 352.63º 0.47% 0.96% -
XYZ 50.88 37.69 31.38 -
YUV 166.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 245 131 145 0 0.47 0.41 0.04 352.63 0.85 0.74
Hex F5 83 91 0 2F 29 4 161 55 4A
Octal 365 203 221 0 57 51 4 541 125 112
Binary 11110101 10000011 10010001 0 101111 101001 100 101100001 1010101 1001010

Color Harmonies of #F58391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58391

Black with #F58391

Text Example


Text Example

White with #F58391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58391; }

 p { color: rgb(245,131,145); }

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

background-color css

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

 a { background-color: rgb(245,131,145); }

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

border-color css

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

 span { border-color: rgb(245,131,145); }

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