Html Css Color HEX #F08A91 Wewak

📋 copy color: '#F08A91'

red 240 ◦ green 138 ◦ blue 145

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

Shades of Wewak #F08A91

Tints of Wewak #F08A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

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

R = 45.89%
G = 26.39%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08A91 (or 0xF08A91) is known color: Wewak. HEX triplet: F0, 8A and 91. RGB value is (240,138,145). Sum of RGB (Red+Green+Blue) = 240+138+145=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A91 is #0F756E. Grayscale: #A9A9A9. Windows color (decimal): -1013103 or 9538288. OLE color: 9538288.

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

Color convert

RGB 240 138 145 -
CMYK 0 0.42 0.40 0.06
HSL 355.88º 0.77% 0.74% -
HSV(B) 355.88º 0.43% 0.94% -
XYZ 50.13 38.75 31.62 -
YUV 169.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 240 138 145 0 0.42 0.40 0.06 355.88 0.77 0.74
Hex F0 8A 91 0 2A 28 6 164 4D 4A
Octal 360 212 221 0 52 50 6 544 115 112
Binary 11110000 10001010 10010001 0 101010 101000 110 101100100 1001101 1001010

Color Harmonies of #F08A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A91

Black with #F08A91

Text Example


Text Example

White with #F08A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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