Html Css Color HEX #F58C96 Wewak

📋 copy color: '#F58C96'

red 245 ◦ green 140 ◦ blue 150

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

Shades of Wewak #F58C96

Tints of Wewak #F58C96

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 45.79%
G = 26.17%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F58C96 (or 0xF58C96) is known color: Wewak. HEX triplet: F5, 8C and 96. RGB value is (245,140,150). Sum of RGB (Red+Green+Blue) = 245+140+150=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58C96 is #0A7369. Grayscale: #ACACAC. Windows color (decimal): -684906 or 9866485. OLE color: 9866485.

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

Color convert

RGB 245 140 150 -
CMYK 0 0.43 0.39 0.04
HSL 354.29º 0.84% 0.75% -
HSV(B) 354.29º 0.43% 0.96% -
XYZ 52.54 40.37 33.88 -
YUV 172.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 245 140 150 0 0.43 0.39 0.04 354.29 0.84 0.75
Hex F5 8C 96 0 2B 27 4 162 54 4B
Octal 365 214 226 0 53 47 4 542 124 113
Binary 11110101 10001100 10010110 0 101011 100111 100 101100010 1010100 1001011

Color Harmonies of #F58C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58C96

Black with #F58C96

Text Example


Text Example

White with #F58C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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