Html Css Color HEX #F08C91 Wewak

📋 copy color: '#F08C91'

red 240 ◦ green 140 ◦ blue 145

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

Shades of Wewak #F08C91

Tints of Wewak #F08C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 45.71%
G = 26.67%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F08C91 (or 0xF08C91) is known color: Wewak. HEX triplet: F0, 8C and 91. RGB value is (240,140,145). Sum of RGB (Red+Green+Blue) = 240+140+145=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C91 is #0F736E. Grayscale: #AAAAAA. Windows color (decimal): -1012591 or 9538800. OLE color: 9538800.

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

Color convert

RGB 240 140 145 -
CMYK 0 0.42 0.40 0.06
HSL 357º 0.77% 0.75% -
HSV(B) 357º 0.42% 0.94% -
XYZ 50.42 39.33 31.72 -
YUV 170.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 240 140 145 0 0.42 0.40 0.06 357 0.77 0.75
Hex F0 8C 91 0 2A 28 6 165 4D 4B
Octal 360 214 221 0 52 50 6 545 115 113
Binary 11110000 10001100 10010001 0 101010 101000 110 101100101 1001101 1001011

Color Harmonies of #F08C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C91

Black with #F08C91

Text Example


Text Example

White with #F08C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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