Html Css Color HEX #F08690 Wewak

📋 copy color: '#F08690'

red 240 ◦ green 134 ◦ blue 144

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

Shades of Wewak #F08690

Tints of Wewak #F08690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.87%

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

R = 46.33%
G = 25.87%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08690 (or 0xF08690) is known color: Wewak. HEX triplet: F0, 86 and 90. RGB value is (240,134,144). Sum of RGB (Red+Green+Blue) = 240+134+144=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08690 is #0F796F. Grayscale: #A6A6A6. Windows color (decimal): -1014128 or 9471728. OLE color: 9471728.

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

Color convert

RGB 240 134 144 -
CMYK 0 0.44 0.4 0.06
HSL 354.34º 0.78% 0.73% -
HSV(B) 354.34º 0.44% 0.94% -
XYZ 49.49 37.59 31.03 -
YUV 166.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 240 134 144 0 0.44 0.4 0.06 354.34 0.78 0.73
Hex F0 86 90 0 2C 28 6 162 4E 49
Octal 360 206 220 0 54 50 6 542 116 111
Binary 11110000 10000110 10010000 0 101100 101000 110 101100010 1001110 1001001

Color Harmonies of #F08690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08690

Black with #F08690

Text Example


Text Example

White with #F08690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08690; }

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

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

background-color css

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

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

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

border-color css

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

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

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