Html Css Color HEX #F08586 Wewak

📋 copy color: '#F08586'

red 240 ◦ green 133 ◦ blue 134

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

Shades of Wewak #F08586

Tints of Wewak #F08586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.43%

R = 47.34%
G = 26.23%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08586 (or 0xF08586) is known color: Wewak. HEX triplet: F0, 85 and 86. RGB value is (240,133,134). Sum of RGB (Red+Green+Blue) = 240+133+134=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08586 is #0F7A79. Grayscale: #A5A5A5. Windows color (decimal): -1014394 or 8816112. OLE color: 8816112.

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

Color convert

RGB 240 133 134 -
CMYK 0 0.45 0.44 0.06
HSL 359.44º 0.78% 0.73% -
HSV(B) 359.44º 0.45% 0.94% -
XYZ 48.63 37.02 27.14 -
YUV 165.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 240 133 134 0 0.45 0.44 0.06 359.44 0.78 0.73
Hex F0 85 86 0 2D 2C 6 167 4E 49
Octal 360 205 206 0 55 54 6 547 116 111
Binary 11110000 10000101 10000110 0 101101 101100 110 101100111 1001110 1001001

Color Harmonies of #F08586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08586

Black with #F08586

Text Example


Text Example

White with #F08586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08586; }

 p { color: rgb(240,133,134); }

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

background-color css

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

 a { background-color: rgb(240,133,134); }

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

border-color css

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

 span { border-color: rgb(240,133,134); }

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