Html Css Color HEX #F5858C Wewak

📋 copy color: '#F5858C'

red 245 ◦ green 133 ◦ blue 140

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

Shades of Wewak #F5858C

Tints of Wewak #F5858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.68%

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

R = 47.3%
G = 25.68%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5858C (or 0xF5858C) is known color: Wewak. HEX triplet: F5, 85 and 8C. RGB value is (245,133,140). Sum of RGB (Red+Green+Blue) = 245+133+140=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5858C is #0A7A73. Grayscale: #A7A7A7. Windows color (decimal): -686708 or 9209333. OLE color: 9209333.

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

Color convert

RGB 245 133 140 -
CMYK 0 0.46 0.43 0.04
HSL 356.25º 0.85% 0.74% -
HSV(B) 356.25º 0.46% 0.96% -
XYZ 50.78 38.08 29.49 -
YUV 167.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 245 133 140 0 0.46 0.43 0.04 356.25 0.85 0.74
Hex F5 85 8C 0 2E 2B 4 164 55 4A
Octal 365 205 214 0 56 53 4 544 125 112
Binary 11110101 10000101 10001100 0 101110 101011 100 101100100 1010101 1001010

Color Harmonies of #F5858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5858C

Black with #F5858C

Text Example


Text Example

White with #F5858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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