Html Css Color HEX #F09395 Wewak

📋 copy color: '#F09395'

red 240 ◦ green 147 ◦ blue 149

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

Shades of Wewak #F09395

Tints of Wewak #F09395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 44.78%
G = 27.43%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F09395 (or 0xF09395) is known color: Wewak. HEX triplet: F0, 93 and 95. RGB value is (240,147,149). Sum of RGB (Red+Green+Blue) = 240+147+149=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F09395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09395 is #0F6C6A. Grayscale: #AFAFAF. Windows color (decimal): -1010795 or 9802736. OLE color: 9802736.

HSL color Cylindrical-coordinate representation of color #F09395: hue angle of 358.71º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09395 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 149 -
CMYK 0 0.39 0.38 0.06
HSL 358.71º 0.76% 0.76% -
HSV(B) 358.71º 0.39% 0.94% -
XYZ 51.79 41.56 33.73 -
YUV 175.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 240 147 149 0 0.39 0.38 0.06 358.71 0.76 0.76
Hex F0 93 95 0 27 26 6 167 4C 4C
Octal 360 223 225 0 47 46 6 547 114 114
Binary 11110000 10010011 10010101 0 100111 100110 110 101100111 1001100 1001100

Color Harmonies of #F09395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09395

Black with #F09395

Text Example


Text Example

White with #F09395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09395; }

 p { color: rgb(240,147,149); }

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

background-color css

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

 a { background-color: rgb(240,147,149); }

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

border-color css

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

 span { border-color: rgb(240,147,149); }

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