Html Css Color HEX #F08C90 Wewak

📋 copy color: '#F08C90'

red 240 ◦ green 140 ◦ blue 144

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

Shades of Wewak #F08C90

Tints of Wewak #F08C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 45.8%
G = 26.72%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08C90 (or 0xF08C90) is known color: Wewak. HEX triplet: F0, 8C and 90. RGB value is (240,140,144). Sum of RGB (Red+Green+Blue) = 240+140+144=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C90 is #0F736F. Grayscale: #AAAAAA. Windows color (decimal): -1012592 or 9473264. OLE color: 9473264.

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

Color convert

RGB 240 140 144 -
CMYK 0 0.42 0.4 0.06
HSL 357.6º 0.77% 0.75% -
HSV(B) 357.6º 0.42% 0.94% -
XYZ 50.35 39.3 31.32 -
YUV 170.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 240 140 144 0 0.42 0.4 0.06 357.6 0.77 0.75
Hex F0 8C 90 0 2A 28 6 166 4D 4B
Octal 360 214 220 0 52 50 6 546 115 113
Binary 11110000 10001100 10010000 0 101010 101000 110 101100110 1001101 1001011

Color Harmonies of #F08C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C90

Black with #F08C90

Text Example


Text Example

White with #F08C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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