Html Css Color HEX #F08692 Wewak

📋 copy color: '#F08692'

red 240 ◦ green 134 ◦ blue 146

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

Shades of Wewak #F08692

Tints of Wewak #F08692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 46.15%
G = 25.77%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F08692 (or 0xF08692) is known color: Wewak. HEX triplet: F0, 86 and 92. RGB value is (240,134,146). Sum of RGB (Red+Green+Blue) = 240+134+146=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F08692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08692 is #0F796D. Grayscale: #A7A7A7. Windows color (decimal): -1014126 or 9602800. OLE color: 9602800.

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

Color convert

RGB 240 134 146 -
CMYK 0 0.44 0.39 0.06
HSL 353.21º 0.78% 0.73% -
HSV(B) 353.21º 0.44% 0.94% -
XYZ 49.65 37.65 31.84 -
YUV 167.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 240 134 146 0 0.44 0.39 0.06 353.21 0.78 0.73
Hex F0 86 92 0 2C 27 6 161 4E 49
Octal 360 206 222 0 54 47 6 541 116 111
Binary 11110000 10000110 10010010 0 101100 100111 110 101100001 1001110 1001001

Color Harmonies of #F08692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08692

Black with #F08692

Text Example


Text Example

White with #F08692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08692; }

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

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

background-color css

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

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

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

border-color css

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

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

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