Html Css Color HEX #F08A90 Wewak

📋 copy color: '#F08A90'

red 240 ◦ green 138 ◦ blue 144

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

Shades of Wewak #F08A90

Tints of Wewak #F08A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

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

R = 45.98%
G = 26.44%
B = 27.59%

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

#F08A90 (or 0xF08A90) is known color: Wewak. HEX triplet: F0, 8A and 90. RGB value is (240,138,144). Sum of RGB (Red+Green+Blue) = 240+138+144=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A90 is #0F756F. Grayscale: #A9A9A9. Windows color (decimal): -1013104 or 9472752. OLE color: 9472752.

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

Color convert

RGB 240 138 144 -
CMYK 0 0.42 0.4 0.06
HSL 356.47º 0.77% 0.74% -
HSV(B) 356.47º 0.43% 0.94% -
XYZ 50.06 38.72 31.22 -
YUV 169.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 240 138 144 0 0.42 0.4 0.06 356.47 0.77 0.74
Hex F0 8A 90 0 2A 28 6 164 4D 4A
Octal 360 212 220 0 52 50 6 544 115 112
Binary 11110000 10001010 10010000 0 101010 101000 110 101100100 1001101 1001010

Color Harmonies of #F08A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A90

Black with #F08A90

Text Example


Text Example

White with #F08A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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