Html Css Color HEX #F58285 Wewak

📋 copy color: '#F58285'

red 245 ◦ green 130 ◦ blue 133

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

Shades of Wewak #F58285

Tints of Wewak #F58285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

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

R = 48.23%
G = 25.59%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F58285 (or 0xF58285) is known color: Wewak. HEX triplet: F5, 82 and 85. RGB value is (245,130,133). Sum of RGB (Red+Green+Blue) = 245+130+133=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F58285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58285 is #0A7D7A. Grayscale: #A4A4A4. Windows color (decimal): -687483 or 8749813. OLE color: 8749813.

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

Color convert

RGB 245 130 133 -
CMYK 0 0.47 0.46 0.04
HSL 358.43º 0.85% 0.74% -
HSV(B) 358.43º 0.47% 0.96% -
XYZ 49.87 37.07 26.72 -
YUV 164.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 245 130 133 0 0.47 0.46 0.04 358.43 0.85 0.74
Hex F5 82 85 0 2F 2E 4 166 55 4A
Octal 365 202 205 0 57 56 4 546 125 112
Binary 11110101 10000010 10000101 0 101111 101110 100 101100110 1010101 1001010

Color Harmonies of #F58285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58285

Black with #F58285

Text Example


Text Example

White with #F58285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58285; }

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

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

background-color css

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

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

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

border-color css

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

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

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