Html Css Color HEX #F5949F Wewak

📋 copy color: '#F5949F'

red 245 ◦ green 148 ◦ blue 159

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

Shades of Wewak #F5949F

Tints of Wewak #F5949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

 BLUE value IS 159 (62.5% from 255) = 28.8%

R = 44.38%
G = 26.81%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5949F (or 0xF5949F) is known color: Wewak. HEX triplet: F5, 94 and 9F. RGB value is (245,148,159). Sum of RGB (Red+Green+Blue) = 245+148+159=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5949F is #0A6B60. Grayscale: #B2B2B2. Windows color (decimal): -682849 or 10458357. OLE color: 10458357.

HSL color Cylindrical-coordinate representation of color #F5949F: hue angle of 353.2º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5949F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 148 159 -
CMYK 0 0.40 0.35 0.04
HSL 353.2º 0.83% 0.77% -
HSV(B) 353.2º 0.4% 0.96% -
XYZ 54.5 43.1 38.25 -
YUV 178.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 245 148 159 0 0.40 0.35 0.04 353.2 0.83 0.77
Hex F5 94 9F 0 28 23 4 161 53 4D
Octal 365 224 237 0 50 43 4 541 123 115
Binary 11110101 10010100 10011111 0 101000 100011 100 101100001 1010011 1001101

Color Harmonies of #F5949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5949F

Black with #F5949F

Text Example


Text Example

White with #F5949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5949F; }

 p { color: rgb(245,148,159); }

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

background-color css

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

 a { background-color: rgb(245,148,159); }

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

border-color css

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

 span { border-color: rgb(245,148,159); }

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