Html Css Color HEX #F5858F Wewak

📋 copy color: '#F5858F'

red 245 ◦ green 133 ◦ blue 143

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

Shades of Wewak #F5858F

Tints of Wewak #F5858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 47.02%
G = 25.53%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5858F (or 0xF5858F) is known color: Wewak. HEX triplet: F5, 85 and 8F. RGB value is (245,133,143). Sum of RGB (Red+Green+Blue) = 245+133+143=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5858F is #0A7A70. Grayscale: #A7A7A7. Windows color (decimal): -686705 or 9405941. OLE color: 9405941.

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

Color convert

RGB 245 133 143 -
CMYK 0 0.46 0.42 0.04
HSL 354.64º 0.85% 0.74% -
HSV(B) 354.64º 0.46% 0.96% -
XYZ 51 38.17 30.67 -
YUV 167.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 245 133 143 0 0.46 0.42 0.04 354.64 0.85 0.74
Hex F5 85 8F 0 2E 2A 4 163 55 4A
Octal 365 205 217 0 56 52 4 543 125 112
Binary 11110101 10000101 10001111 0 101110 101010 100 101100011 1010101 1001010

Color Harmonies of #F5858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5858F

Black with #F5858F

Text Example


Text Example

White with #F5858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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