Html Css Color HEX #F08894 Wewak

📋 copy color: '#F08894'

red 240 ◦ green 136 ◦ blue 148

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

Shades of Wewak #F08894

Tints of Wewak #F08894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.95%

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

R = 45.8%
G = 25.95%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08894 (or 0xF08894) is known color: Wewak. HEX triplet: F0, 88 and 94. RGB value is (240,136,148). Sum of RGB (Red+Green+Blue) = 240+136+148=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08894 is #0F776B. Grayscale: #A8A8A8. Windows color (decimal): -1013612 or 9734384. OLE color: 9734384.

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

Color convert

RGB 240 136 148 -
CMYK 0 0.43 0.38 0.06
HSL 353.08º 0.78% 0.74% -
HSV(B) 353.08º 0.43% 0.94% -
XYZ 50.08 38.27 32.76 -
YUV 168.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 240 136 148 0 0.43 0.38 0.06 353.08 0.78 0.74
Hex F0 88 94 0 2B 26 6 161 4E 4A
Octal 360 210 224 0 53 46 6 541 116 112
Binary 11110000 10001000 10010100 0 101011 100110 110 101100001 1001110 1001010

Color Harmonies of #F08894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08894

Black with #F08894

Text Example


Text Example

White with #F08894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08894; }

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

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

background-color css

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

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

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

border-color css

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

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

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