Html Css Color HEX #F08C9C Wewak

📋 copy color: '#F08C9C'

red 240 ◦ green 140 ◦ blue 156

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

Shades of Wewak #F08C9C

Tints of Wewak #F08C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.1%

R = 44.78%
G = 26.12%
B = 29.1%

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

#F08C9C (or 0xF08C9C) is known color: Wewak. HEX triplet: F0, 8C and 9C. RGB value is (240,140,156). Sum of RGB (Red+Green+Blue) = 240+140+156=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C9C is #0F7363. Grayscale: #ABABAB. Windows color (decimal): -1012580 or 10259696. OLE color: 10259696.

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

Color convert

RGB 240 140 156 -
CMYK 0 0.42 0.35 0.06
HSL 350.4º 0.77% 0.75% -
HSV(B) 350.4º 0.42% 0.94% -
XYZ 51.31 39.68 36.41 -
YUV 171.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 240 140 156 0 0.42 0.35 0.06 350.4 0.77 0.75
Hex F0 8C 9C 0 2A 23 6 15E 4D 4B
Octal 360 214 234 0 52 43 6 536 115 113
Binary 11110000 10001100 10011100 0 101010 100011 110 101011110 1001101 1001011

Color Harmonies of #F08C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C9C

Black with #F08C9C

Text Example


Text Example

White with #F08C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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