Html Css Color HEX #F58390 Wewak

📋 copy color: '#F58390'

red 245 ◦ green 131 ◦ blue 144

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

Shades of Wewak #F58390

Tints of Wewak #F58390

RGB

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

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

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

R = 47.12%
G = 25.19%
B = 27.69%

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

#F58390 (or 0xF58390) is known color: Wewak. HEX triplet: F5, 83 and 90. RGB value is (245,131,144). Sum of RGB (Red+Green+Blue) = 245+131+144=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F58390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58390 is #0A7C6F. Grayscale: #A6A6A6. Windows color (decimal): -687216 or 9470965. OLE color: 9470965.

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

Color convert

RGB 245 131 144 -
CMYK 0 0.47 0.41 0.04
HSL 353.16º 0.85% 0.74% -
HSV(B) 353.16º 0.47% 0.96% -
XYZ 50.81 37.66 30.98 -
YUV 166.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 245 131 144 0 0.47 0.41 0.04 353.16 0.85 0.74
Hex F5 83 90 0 2F 29 4 161 55 4A
Octal 365 203 220 0 57 51 4 541 125 112
Binary 11110101 10000011 10010000 0 101111 101001 100 101100001 1010101 1001010

Color Harmonies of #F58390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58390

Black with #F58390

Text Example


Text Example

White with #F58390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58390; }

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

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

background-color css

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

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

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

border-color css

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

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

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