Html Css Color HEX #F08794 Wewak

📋 copy color: '#F08794'

red 240 ◦ green 135 ◦ blue 148

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

Shades of Wewak #F08794

Tints of Wewak #F08794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.81%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 45.89%
G = 25.81%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08794 (or 0xF08794) is known color: Wewak. HEX triplet: F0, 87 and 94. RGB value is (240,135,148). Sum of RGB (Red+Green+Blue) = 240+135+148=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F08794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08794 is #0F786B. Grayscale: #A7A7A7. Windows color (decimal): -1013868 or 9734128. OLE color: 9734128.

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

Color convert

RGB 240 135 148 -
CMYK 0 0.44 0.38 0.06
HSL 352.57º 0.78% 0.74% -
HSV(B) 352.57º 0.44% 0.94% -
XYZ 49.94 37.99 32.72 -
YUV 167.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 240 135 148 0 0.44 0.38 0.06 352.57 0.78 0.74
Hex F0 87 94 0 2C 26 6 161 4E 4A
Octal 360 207 224 0 54 46 6 541 116 112
Binary 11110000 10000111 10010100 0 101100 100110 110 101100001 1001110 1001010

Color Harmonies of #F08794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08794

Black with #F08794

Text Example


Text Example

White with #F08794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08794; }

 p { color: rgb(240,135,148); }

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

background-color css

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

 a { background-color: rgb(240,135,148); }

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

border-color css

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

 span { border-color: rgb(240,135,148); }

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