Html Css Color HEX #F5849A Wewak

📋 copy color: '#F5849A'

red 245 ◦ green 132 ◦ blue 154

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

Shades of Wewak #F5849A

Tints of Wewak #F5849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

 BLUE value IS 154 (60.55% from 255) = 29%

R = 46.14%
G = 24.86%
B = 29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5849A (or 0xF5849A) is known color: Wewak. HEX triplet: F5, 84 and 9A. RGB value is (245,132,154). Sum of RGB (Red+Green+Blue) = 245+132+154=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5849A is #0A7B65. Grayscale: #A8A8A8. Windows color (decimal): -686950 or 10126581. OLE color: 10126581.

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

Color convert

RGB 245 132 154 -
CMYK 0 0.46 0.37 0.04
HSL 348.32º 0.85% 0.74% -
HSV(B) 348.32º 0.46% 0.96% -
XYZ 51.74 38.25 35.23 -
YUV 168.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 245 132 154 0 0.46 0.37 0.04 348.32 0.85 0.74
Hex F5 84 9A 0 2E 25 4 15C 55 4A
Octal 365 204 232 0 56 45 4 534 125 112
Binary 11110101 10000100 10011010 0 101110 100101 100 101011100 1010101 1001010

Color Harmonies of #F5849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5849A

Black with #F5849A

Text Example


Text Example

White with #F5849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5849A; }

 p { color: rgb(245,132,154); }

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

background-color css

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

 a { background-color: rgb(245,132,154); }

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

border-color css

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

 span { border-color: rgb(245,132,154); }

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