Html Css Color HEX #F091A0 Wewak

📋 copy color: '#F091A0'

red 240 ◦ green 145 ◦ blue 160

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

Shades of Wewak #F091A0

Tints of Wewak #F091A0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.61%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 44.04%
G = 26.61%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F091A0 (or 0xF091A0) is known color: Wewak. HEX triplet: F0, 91 and A0. RGB value is (240,145,160). Sum of RGB (Red+Green+Blue) = 240+145+160=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F091A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091A0 is #0F6E5F. Grayscale: #AFAFAF. Windows color (decimal): -1011296 or 10523120. OLE color: 10523120.

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

Color convert

RGB 240 145 160 -
CMYK 0 0.40 0.33 0.06
HSL 350.53º 0.76% 0.75% -
HSV(B) 350.53º 0.4% 0.94% -
XYZ 52.41 41.31 38.47 -
YUV 175.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 240 145 160 0 0.40 0.33 0.06 350.53 0.76 0.75
Hex F0 91 A0 0 28 21 6 15F 4C 4B
Octal 360 221 240 0 50 41 6 537 114 113
Binary 11110000 10010001 10100000 0 101000 100001 110 101011111 1001100 1001011

Color Harmonies of #F091A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091A0

Black with #F091A0

Text Example


Text Example

White with #F091A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091A0; }

 p { color: rgb(240,145,160); }

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

background-color css

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

 a { background-color: rgb(240,145,160); }

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

border-color css

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

 span { border-color: rgb(240,145,160); }

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