Html Css Color HEX #FA95B4 Illusion

📋 copy color: '#FA95B4'

red 250 ◦ green 149 ◦ blue 180

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

Shades of Illusion #FA95B4

Tints of Illusion #FA95B4

RGB

 RED value IS 250 (98.05% from 255) = 43.18%

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

 BLUE value IS 180 (70.7% from 255) = 31.09%

R = 43.18%
G = 25.73%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA95B4 (or 0xFA95B4) is known color: Illusion. HEX triplet: FA, 95 and B4. RGB value is (250,149,180). Sum of RGB (Red+Green+Blue) = 250+149+180=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95B4 is #056A4B. Grayscale: #B6B6B6. Windows color (decimal): -354892 or 11834874. OLE color: 11834874.

HSL color Cylindrical-coordinate representation of color #FA95B4: hue angle of 341.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95B4 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 149 180 -
CMYK 0 0.40 0.28 0.02
HSL 341.58º 0.91% 0.78% -
HSV(B) 341.58º 0.4% 0.98% -
XYZ 58.41 45.11 48.81 -
YUV 182.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 250 149 180 0 0.40 0.28 0.02 341.58 0.91 0.78
Hex FA 95 B4 0 28 1C 2 156 5B 4E
Octal 372 225 264 0 50 34 2 526 133 116
Binary 11111010 10010101 10110100 0 101000 11100 10 101010110 1011011 1001110

Color Harmonies of #FA95B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA95B4

Black with #FA95B4

Text Example


Text Example

White with #FA95B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA95B4; }

 p { color: rgb(250,149,180); }

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

background-color css

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

 a { background-color: rgb(250,149,180); }

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

border-color css

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

 span { border-color: rgb(250,149,180); }

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