Html Css Color HEX #F090A0 Wewak

📋 copy color: '#F090A0'

red 240 ◦ green 144 ◦ blue 160

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

Shades of Wewak #F090A0

Tints of Wewak #F090A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

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

R = 44.12%
G = 26.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F090A0 (or 0xF090A0) is known color: Wewak. HEX triplet: F0, 90 and A0. RGB value is (240,144,160). Sum of RGB (Red+Green+Blue) = 240+144+160=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F090A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F090A0 is #0F6F5F. Grayscale: #AEAEAE. Windows color (decimal): -1011552 or 10522864. OLE color: 10522864.

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

Color convert

RGB 240 144 160 -
CMYK 0 0.4 0.33 0.06
HSL 350º 0.76% 0.75% -
HSV(B) 350º 0.4% 0.94% -
XYZ 52.25 41.01 38.42 -
YUV 174.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 240 144 160 0 0.4 0.33 0.06 350 0.76 0.75
Hex F0 90 A0 0 28 21 6 15E 4C 4B
Octal 360 220 240 0 50 41 6 536 114 113
Binary 11110000 10010000 10100000 0 101000 100001 110 101011110 1001100 1001011

Color Harmonies of #F090A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F090A0

Black with #F090A0

Text Example


Text Example

White with #F090A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F090A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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