Html Css Color HEX #F08991 Wewak

📋 copy color: '#F08991'

red 240 ◦ green 137 ◦ blue 145

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

Shades of Wewak #F08991

Tints of Wewak #F08991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.25%

 BLUE value IS 145 (57.03% from 255) = 27.78%

R = 45.98%
G = 26.25%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08991 (or 0xF08991) is known color: Wewak. HEX triplet: F0, 89 and 91. RGB value is (240,137,145). Sum of RGB (Red+Green+Blue) = 240+137+145=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08991 is #0F766E. Grayscale: #A8A8A8. Windows color (decimal): -1013359 or 9538032. OLE color: 9538032.

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

Color convert

RGB 240 137 145 -
CMYK 0 0.43 0.40 0.06
HSL 355.34º 0.77% 0.74% -
HSV(B) 355.34º 0.43% 0.94% -
XYZ 49.99 38.46 31.58 -
YUV 168.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 240 137 145 0 0.43 0.40 0.06 355.34 0.77 0.74
Hex F0 89 91 0 2B 28 6 163 4D 4A
Octal 360 211 221 0 53 50 6 543 115 112
Binary 11110000 10001001 10010001 0 101011 101000 110 101100011 1001101 1001010

Color Harmonies of #F08991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08991

Black with #F08991

Text Example


Text Example

White with #F08991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08991; }

 p { color: rgb(240,137,145); }

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

background-color css

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

 a { background-color: rgb(240,137,145); }

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

border-color css

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

 span { border-color: rgb(240,137,145); }

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