Html Css Color HEX #F08D90 Wewak

📋 copy color: '#F08D90'

red 240 ◦ green 141 ◦ blue 144

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

Shades of Wewak #F08D90

Tints of Wewak #F08D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

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

R = 45.71%
G = 26.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F08D90 (or 0xF08D90) is known color: Wewak. HEX triplet: F0, 8D and 90. RGB value is (240,141,144). Sum of RGB (Red+Green+Blue) = 240+141+144=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D90 is #0F726F. Grayscale: #ABABAB. Windows color (decimal): -1012336 or 9473520. OLE color: 9473520.

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

Color convert

RGB 240 141 144 -
CMYK 0 0.41 0.4 0.06
HSL 358.18º 0.77% 0.75% -
HSV(B) 358.18º 0.41% 0.94% -
XYZ 50.49 39.59 31.37 -
YUV 170.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 240 141 144 0 0.41 0.4 0.06 358.18 0.77 0.75
Hex F0 8D 90 0 29 28 6 166 4D 4B
Octal 360 215 220 0 51 50 6 546 115 113
Binary 11110000 10001101 10010000 0 101001 101000 110 101100110 1001101 1001011

Color Harmonies of #F08D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D90

Black with #F08D90

Text Example


Text Example

White with #F08D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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