Html Css Color HEX #F094AD Illusion

📋 copy color: '#F094AD'

red 240 ◦ green 148 ◦ blue 173

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

Shades of Illusion #F094AD

Tints of Illusion #F094AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 42.78%
G = 26.38%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F094AD (or 0xF094AD) is known color: Illusion. HEX triplet: F0, 94 and AD. RGB value is (240,148,173). Sum of RGB (Red+Green+Blue) = 240+148+173=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F094AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094AD is #0F6B52. Grayscale: #B2B2B2. Windows color (decimal): -1010515 or 11375856. OLE color: 11375856.

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

Color convert

RGB 240 148 173 -
CMYK 0 0.38 0.28 0.06
HSL 343.7º 0.75% 0.76% -
HSV(B) 343.7º 0.38% 0.94% -
XYZ 54.07 42.72 44.93 -
YUV 178.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 240 148 173 0 0.38 0.28 0.06 343.7 0.75 0.76
Hex F0 94 AD 0 26 1C 6 158 4B 4C
Octal 360 224 255 0 46 34 6 530 113 114
Binary 11110000 10010100 10101101 0 100110 11100 110 101011000 1001011 1001100

Color Harmonies of #F094AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094AD

Black with #F094AD

Text Example


Text Example

White with #F094AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094AD; }

 p { color: rgb(240,148,173); }

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

background-color css

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

 a { background-color: rgb(240,148,173); }

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

border-color css

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

 span { border-color: rgb(240,148,173); }

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