Html Css Color HEX #F08990 Wewak

📋 copy color: '#F08990'

red 240 ◦ green 137 ◦ blue 144

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

Shades of Wewak #F08990

Tints of Wewak #F08990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 46.07%
G = 26.3%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08990 (or 0xF08990) is known color: Wewak. HEX triplet: F0, 89 and 90. RGB value is (240,137,144). Sum of RGB (Red+Green+Blue) = 240+137+144=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F08990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08990 is #0F766F. Grayscale: #A8A8A8. Windows color (decimal): -1013360 or 9472496. OLE color: 9472496.

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

Color convert

RGB 240 137 144 -
CMYK 0 0.43 0.4 0.06
HSL 355.92º 0.77% 0.74% -
HSV(B) 355.92º 0.43% 0.94% -
XYZ 49.91 38.43 31.17 -
YUV 168.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 240 137 144 0 0.43 0.4 0.06 355.92 0.77 0.74
Hex F0 89 90 0 2B 28 6 164 4D 4A
Octal 360 211 220 0 53 50 6 544 115 112
Binary 11110000 10001001 10010000 0 101011 101000 110 101100100 1001101 1001010

Color Harmonies of #F08990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08990

Black with #F08990

Text Example


Text Example

White with #F08990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08990; }

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

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

background-color css

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

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

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

border-color css

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

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

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