Html Css Color HEX #F08588 Wewak

📋 copy color: '#F08588'

red 240 ◦ green 133 ◦ blue 136

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

Shades of Wewak #F08588

Tints of Wewak #F08588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.72%

R = 47.15%
G = 26.13%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08588 (or 0xF08588) is known color: Wewak. HEX triplet: F0, 85 and 88. RGB value is (240,133,136). Sum of RGB (Red+Green+Blue) = 240+133+136=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08588 is #0F7A77. Grayscale: #A5A5A5. Windows color (decimal): -1014392 or 8947184. OLE color: 8947184.

HSL color Cylindrical-coordinate representation of color #F08588: hue angle of 358.32º 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 #F08588 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 136 -
CMYK 0 0.45 0.43 0.06
HSL 358.32º 0.78% 0.73% -
HSV(B) 358.32º 0.45% 0.94% -
XYZ 48.77 37.08 27.88 -
YUV 165.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 240 133 136 0 0.45 0.43 0.06 358.32 0.78 0.73
Hex F0 85 88 0 2D 2B 6 166 4E 49
Octal 360 205 210 0 55 53 6 546 116 111
Binary 11110000 10000101 10001000 0 101101 101011 110 101100110 1001110 1001001

Color Harmonies of #F08588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08588

Black with #F08588

Text Example


Text Example

White with #F08588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08588; }

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

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

background-color css

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

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

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

border-color css

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

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

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