Html Css Color HEX #F195AF Illusion

📋 copy color: '#F195AF'

red 241 ◦ green 149 ◦ blue 175

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

Shades of Illusion #F195AF

Tints of Illusion #F195AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 42.65%
G = 26.37%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F195AF (or 0xF195AF) is known color: Illusion. HEX triplet: F1, 95 and AF. RGB value is (241,149,175). Sum of RGB (Red+Green+Blue) = 241+149+175=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F195AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195AF is #0E6A50. Grayscale: #B3B3B3. Windows color (decimal): -944721 or 11507185. OLE color: 11507185.

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

Color convert

RGB 241 149 175 -
CMYK 0 0.38 0.27 0.05
HSL 343.04º 0.77% 0.76% -
HSV(B) 343.04º 0.38% 0.95% -
XYZ 54.76 43.29 46.03 -
YUV 179.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 241 149 175 0 0.38 0.27 0.05 343.04 0.77 0.76
Hex F1 95 AF 0 26 1B 5 157 4D 4C
Octal 361 225 257 0 46 33 5 527 115 114
Binary 11110001 10010101 10101111 0 100110 11011 101 101010111 1001101 1001100

Color Harmonies of #F195AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195AF

Black with #F195AF

Text Example


Text Example

White with #F195AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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