Html Css Color HEX #F08C94 Wewak

📋 copy color: '#F08C94'

red 240 ◦ green 140 ◦ blue 148

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

Shades of Wewak #F08C94

Tints of Wewak #F08C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

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

R = 45.45%
G = 26.52%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F08C94 (or 0xF08C94) is known color: Wewak. HEX triplet: F0, 8C and 94. RGB value is (240,140,148). Sum of RGB (Red+Green+Blue) = 240+140+148=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C94 is #0F736B. Grayscale: #AAAAAA. Windows color (decimal): -1012588 or 9735408. OLE color: 9735408.

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

Color convert

RGB 240 140 148 -
CMYK 0 0.42 0.38 0.06
HSL 355.2º 0.77% 0.75% -
HSV(B) 355.2º 0.42% 0.94% -
XYZ 50.66 39.42 32.96 -
YUV 170.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 240 140 148 0 0.42 0.38 0.06 355.2 0.77 0.75
Hex F0 8C 94 0 2A 26 6 163 4D 4B
Octal 360 214 224 0 52 46 6 543 115 113
Binary 11110000 10001100 10010100 0 101010 100110 110 101100011 1001101 1001011

Color Harmonies of #F08C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C94

Black with #F08C94

Text Example


Text Example

White with #F08C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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