Html Css Color HEX #F58A8C Wewak

📋 copy color: '#F58A8C'

red 245 ◦ green 138 ◦ blue 140

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

Shades of Wewak #F58A8C

Tints of Wewak #F58A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 46.85%
G = 26.39%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F58A8C (or 0xF58A8C) is known color: Wewak. HEX triplet: F5, 8A and 8C. RGB value is (245,138,140). Sum of RGB (Red+Green+Blue) = 245+138+140=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58A8C is #0A7573. Grayscale: #AAAAAA. Windows color (decimal): -685428 or 9210613. OLE color: 9210613.

HSL color Cylindrical-coordinate representation of color #F58A8C: hue angle of 358.88º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58A8C is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 140 -
CMYK 0 0.44 0.43 0.04
HSL 358.88º 0.84% 0.75% -
HSV(B) 358.88º 0.44% 0.96% -
XYZ 51.48 39.48 29.72 -
YUV 170.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 245 138 140 0 0.44 0.43 0.04 358.88 0.84 0.75
Hex F5 8A 8C 0 2C 2B 4 167 54 4B
Octal 365 212 214 0 54 53 4 547 124 113
Binary 11110101 10001010 10001100 0 101100 101011 100 101100111 1010100 1001011

Color Harmonies of #F58A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58A8C

Black with #F58A8C

Text Example


Text Example

White with #F58A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58A8C; }

 p { color: rgb(245,138,140); }

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

background-color css

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

 a { background-color: rgb(245,138,140); }

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

border-color css

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

 span { border-color: rgb(245,138,140); }

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