Html Css Color HEX #F095A1 Wewak

📋 copy color: '#F095A1'

red 240 ◦ green 149 ◦ blue 161

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

Shades of Wewak #F095A1

Tints of Wewak #F095A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.09%

 BLUE value IS 161 (63.28% from 255) = 29.27%

R = 43.64%
G = 27.09%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F095A1 (or 0xF095A1) is known color: Wewak. HEX triplet: F0, 95 and A1. RGB value is (240,149,161). Sum of RGB (Red+Green+Blue) = 240+149+161=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F095A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095A1 is #0F6A5E. Grayscale: #B1B1B1. Windows color (decimal): -1010271 or 10589680. OLE color: 10589680.

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

Color convert

RGB 240 149 161 -
CMYK 0 0.38 0.33 0.06
HSL 352.09º 0.75% 0.76% -
HSV(B) 352.09º 0.38% 0.94% -
XYZ 53.12 42.59 39.14 -
YUV 177.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 240 149 161 0 0.38 0.33 0.06 352.09 0.75 0.76
Hex F0 95 A1 0 26 21 6 160 4B 4C
Octal 360 225 241 0 46 41 6 540 113 114
Binary 11110000 10010101 10100001 0 100110 100001 110 101100000 1001011 1001100

Color Harmonies of #F095A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095A1

Black with #F095A1

Text Example


Text Example

White with #F095A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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