Html Css Color HEX #F08D95 Wewak

📋 copy color: '#F08D95'

red 240 ◦ green 141 ◦ blue 149

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

Shades of Wewak #F08D95

Tints of Wewak #F08D95

RGB

 RED value IS 240 (94.14% from 255) = 45.28%

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 45.28%
G = 26.6%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08D95 (or 0xF08D95) is known color: Wewak. HEX triplet: F0, 8D and 95. RGB value is (240,141,149). Sum of RGB (Red+Green+Blue) = 240+141+149=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D95 is #0F726A. Grayscale: #ABABAB. Windows color (decimal): -1012331 or 9801200. OLE color: 9801200.

HSL color Cylindrical-coordinate representation of color #F08D95: hue angle of 355.15º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08D95 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 149 -
CMYK 0 0.41 0.38 0.06
HSL 355.15º 0.77% 0.75% -
HSV(B) 355.15º 0.41% 0.94% -
XYZ 50.88 39.74 33.42 -
YUV 171.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 240 141 149 0 0.41 0.38 0.06 355.15 0.77 0.75
Hex F0 8D 95 0 29 26 6 163 4D 4B
Octal 360 215 225 0 51 46 6 543 115 113
Binary 11110000 10001101 10010101 0 101001 100110 110 101100011 1001101 1001011

Color Harmonies of #F08D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D95

Black with #F08D95

Text Example


Text Example

White with #F08D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D95; }

 p { color: rgb(240,141,149); }

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

background-color css

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

 a { background-color: rgb(240,141,149); }

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

border-color css

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

 span { border-color: rgb(240,141,149); }

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