Html Css Color HEX #F58384 Wewak

📋 copy color: '#F58384'

red 245 ◦ green 131 ◦ blue 132

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

Shades of Wewak #F58384

Tints of Wewak #F58384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.98%

R = 48.23%
G = 25.79%
B = 25.98%

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

#F58384 (or 0xF58384) is known color: Wewak. HEX triplet: F5, 83 and 84. RGB value is (245,131,132). Sum of RGB (Red+Green+Blue) = 245+131+132=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F58384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58384 is #0A7C7B. Grayscale: #A5A5A5. Windows color (decimal): -687228 or 8684533. OLE color: 8684533.

HSL color Cylindrical-coordinate representation of color #F58384: 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.47%. Process color model (Four color, CMYK) of #F58384 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 132 -
CMYK 0 0.47 0.46 0.04
HSL 359.47º 0.85% 0.74% -
HSV(B) 359.47º 0.47% 0.96% -
XYZ 49.94 37.31 26.4 -
YUV 165.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 245 131 132 0 0.47 0.46 0.04 359.47 0.85 0.74
Hex F5 83 84 0 2F 2E 4 167 55 4A
Octal 365 203 204 0 57 56 4 547 125 112
Binary 11110101 10000011 10000100 0 101111 101110 100 101100111 1010101 1001010

Color Harmonies of #F58384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58384

Black with #F58384

Text Example


Text Example

White with #F58384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58384; }

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

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

background-color css

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

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

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

border-color css

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

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

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