Html Css Color HEX #F58485 Wewak

📋 copy color: '#F58485'

red 245 ◦ green 132 ◦ blue 133

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

Shades of Wewak #F58485

Tints of Wewak #F58485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 48.04%
G = 25.88%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F58485 (or 0xF58485) is known color: Wewak. HEX triplet: F5, 84 and 85. RGB value is (245,132,133). Sum of RGB (Red+Green+Blue) = 245+132+133=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F58485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58485 is #0A7B7A. Grayscale: #A6A6A6. Windows color (decimal): -686971 or 8750325. OLE color: 8750325.

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

Color convert

RGB 245 132 133 -
CMYK 0 0.46 0.46 0.04
HSL 359.47º 0.85% 0.74% -
HSV(B) 359.47º 0.46% 0.96% -
XYZ 50.14 37.61 26.81 -
YUV 165.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 245 132 133 0 0.46 0.46 0.04 359.47 0.85 0.74
Hex F5 84 85 0 2E 2E 4 167 55 4A
Octal 365 204 205 0 56 56 4 547 125 112
Binary 11110101 10000100 10000101 0 101110 101110 100 101100111 1010101 1001010

Color Harmonies of #F58485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58485

Black with #F58485

Text Example


Text Example

White with #F58485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58485; }

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

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

background-color css

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

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

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

border-color css

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

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

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