Html Css Color HEX #F08A98 Wewak

📋 copy color: '#F08A98'

red 240 ◦ green 138 ◦ blue 152

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

Shades of Wewak #F08A98

Tints of Wewak #F08A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.68%

R = 45.28%
G = 26.04%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F08A98 (or 0xF08A98) is known color: Wewak. HEX triplet: F0, 8A and 98. RGB value is (240,138,152). Sum of RGB (Red+Green+Blue) = 240+138+152=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A98 is #0F7567. Grayscale: #AAAAAA. Windows color (decimal): -1013096 or 9997040. OLE color: 9997040.

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

Color convert

RGB 240 138 152 -
CMYK 0 0.42 0.37 0.06
HSL 351.76º 0.77% 0.74% -
HSV(B) 351.76º 0.43% 0.94% -
XYZ 50.69 38.97 34.56 -
YUV 170.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 240 138 152 0 0.42 0.37 0.06 351.76 0.77 0.74
Hex F0 8A 98 0 2A 25 6 160 4D 4A
Octal 360 212 230 0 52 45 6 540 115 112
Binary 11110000 10001010 10011000 0 101010 100101 110 101100000 1001101 1001010

Color Harmonies of #F08A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A98

Black with #F08A98

Text Example


Text Example

White with #F08A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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