Html Css Color HEX #F5858A Wewak

📋 copy color: '#F5858A'

red 245 ◦ green 133 ◦ blue 138

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

Shades of Wewak #F5858A

Tints of Wewak #F5858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 47.48%
G = 25.78%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5858A (or 0xF5858A) is known color: Wewak. HEX triplet: F5, 85 and 8A. RGB value is (245,133,138). Sum of RGB (Red+Green+Blue) = 245+133+138=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5858A is #0A7A75. Grayscale: #A7A7A7. Windows color (decimal): -686710 or 9078261. OLE color: 9078261.

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

Color convert

RGB 245 133 138 -
CMYK 0 0.46 0.44 0.04
HSL 357.32º 0.85% 0.74% -
HSV(B) 357.32º 0.46% 0.96% -
XYZ 50.63 38.02 28.72 -
YUV 167.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 245 133 138 0 0.46 0.44 0.04 357.32 0.85 0.74
Hex F5 85 8A 0 2E 2C 4 165 55 4A
Octal 365 205 212 0 56 54 4 545 125 112
Binary 11110101 10000101 10001010 0 101110 101100 100 101100101 1010101 1001010

Color Harmonies of #F5858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5858A

Black with #F5858A

Text Example


Text Example

White with #F5858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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