Html Css Color HEX #F195AD Illusion

📋 copy color: '#F195AD'

red 241 ◦ green 149 ◦ blue 173

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

Shades of Illusion #F195AD

Tints of Illusion #F195AD

RGB

 RED value IS 241 (94.53% from 255) = 42.81%

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

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

R = 42.81%
G = 26.47%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F195AD (or 0xF195AD) is known color: Illusion. HEX triplet: F1, 95 and AD. RGB value is (241,149,173). Sum of RGB (Red+Green+Blue) = 241+149+173=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F195AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195AD is #0E6A52. Grayscale: #B3B3B3. Windows color (decimal): -944723 or 11376113. OLE color: 11376113.

HSL color Cylindrical-coordinate representation of color #F195AD: hue angle of 344.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195AD is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 173 -
CMYK 0 0.38 0.28 0.05
HSL 344.35º 0.77% 0.76% -
HSV(B) 344.35º 0.38% 0.95% -
XYZ 54.57 43.21 45 -
YUV 179.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 241 149 173 0 0.38 0.28 0.05 344.35 0.77 0.76
Hex F1 95 AD 0 26 1C 5 158 4D 4C
Octal 361 225 255 0 46 34 5 530 115 114
Binary 11110001 10010101 10101101 0 100110 11100 101 101011000 1001101 1001100

Color Harmonies of #F195AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195AD

Black with #F195AD

Text Example


Text Example

White with #F195AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195AD; }

 p { color: rgb(241,149,173); }

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

background-color css

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

 a { background-color: rgb(241,149,173); }

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

border-color css

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

 span { border-color: rgb(241,149,173); }

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