Html Css Color HEX #F58591 Wewak

📋 copy color: '#F58591'

red 245 ◦ green 133 ◦ blue 145

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

Shades of Wewak #F58591

Tints of Wewak #F58591

RGB

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

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

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

R = 46.85%
G = 25.43%
B = 27.72%

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

#F58591 (or 0xF58591) is known color: Wewak. HEX triplet: F5, 85 and 91. RGB value is (245,133,145). Sum of RGB (Red+Green+Blue) = 245+133+145=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F58591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58591 is #0A7A6E. Grayscale: #A7A7A7. Windows color (decimal): -686703 or 9537013. OLE color: 9537013.

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

Color convert

RGB 245 133 145 -
CMYK 0 0.46 0.41 0.04
HSL 353.57º 0.85% 0.74% -
HSV(B) 353.57º 0.46% 0.96% -
XYZ 51.15 38.23 31.47 -
YUV 167.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 245 133 145 0 0.46 0.41 0.04 353.57 0.85 0.74
Hex F5 85 91 0 2E 29 4 162 55 4A
Octal 365 205 221 0 56 51 4 542 125 112
Binary 11110101 10000101 10010001 0 101110 101001 100 101100010 1010101 1001010

Color Harmonies of #F58591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58591

Black with #F58591

Text Example


Text Example

White with #F58591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58591; }

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

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

background-color css

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

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

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

border-color css

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

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

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