Html Css Color HEX #F08795 Wewak

📋 copy color: '#F08795'

red 240 ◦ green 135 ◦ blue 149

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

Shades of Wewak #F08795

Tints of Wewak #F08795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.76%

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

R = 45.8%
G = 25.76%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08795 (or 0xF08795) is known color: Wewak. HEX triplet: F0, 87 and 95. RGB value is (240,135,149). Sum of RGB (Red+Green+Blue) = 240+135+149=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08795 is #0F786A. Grayscale: #A8A8A8. Windows color (decimal): -1013867 or 9799664. OLE color: 9799664.

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

Color convert

RGB 240 135 149 -
CMYK 0 0.44 0.38 0.06
HSL 352º 0.78% 0.74% -
HSV(B) 352º 0.44% 0.94% -
XYZ 50.02 38.02 33.14 -
YUV 167.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 240 135 149 0 0.44 0.38 0.06 352 0.78 0.74
Hex F0 87 95 0 2C 26 6 160 4E 4A
Octal 360 207 225 0 54 46 6 540 116 112
Binary 11110000 10000111 10010101 0 101100 100110 110 101100000 1001110 1001010

Color Harmonies of #F08795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08795

Black with #F08795

Text Example


Text Example

White with #F08795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08795; }

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

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

background-color css

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

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

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

border-color css

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

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

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