Html Css Color HEX #F08A9D Wewak

📋 copy color: '#F08A9D'

red 240 ◦ green 138 ◦ blue 157

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

Shades of Wewak #F08A9D

Tints of Wewak #F08A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.35%

R = 44.86%
G = 25.79%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F08A9D (or 0xF08A9D) is known color: Wewak. HEX triplet: F0, 8A and 9D. RGB value is (240,138,157). Sum of RGB (Red+Green+Blue) = 240+138+157=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08A9D is #0F7562. Grayscale: #AAAAAA. Windows color (decimal): -1013091 or 10324720. OLE color: 10324720.

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

Color convert

RGB 240 138 157 -
CMYK 0 0.42 0.35 0.06
HSL 348.82º 0.77% 0.74% -
HSV(B) 348.82º 0.43% 0.94% -
XYZ 51.11 39.14 36.76 -
YUV 170.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 240 138 157 0 0.42 0.35 0.06 348.82 0.77 0.74
Hex F0 8A 9D 0 2A 23 6 15D 4D 4A
Octal 360 212 235 0 52 43 6 535 115 112
Binary 11110000 10001010 10011101 0 101010 100011 110 101011101 1001101 1001010

Color Harmonies of #F08A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A9D

Black with #F08A9D

Text Example


Text Example

White with #F08A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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