Html Css Color HEX #FF95FF Fuchsia Pink

📋 copy color: '#FF95FF'

red 255 ◦ green 149 ◦ blue 255

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

Shades of Fuchsia Pink #FF95FF

Tints of Fuchsia Pink #FF95FF

RGB

 RED value IS 255 (100% from 255) = 38.69%

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

 BLUE value IS 255 (100% from 255) = 38.69%

R = 38.69%
G = 22.61%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF95FF (or 0xFF95FF) is known color: Fuchsia Pink. HEX triplet: FF, 95 and FF. RGB value is (255,149,255). Sum of RGB (Red+Green+Blue) = 255+149+255=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 149 (58.59% from 255 or 22.61% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95FF is #006A00. Grayscale: #C0C0C0. Windows color (decimal): -27137 or 16750079. OLE color: 16750079.

HSL color Cylindrical-coordinate representation of color #FF95FF: hue angle of 300º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95FF is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 255 -
CMYK 0 0.42 0 0
HSL 300º 1% 0.79% -
HSV(B) 300º 0.42% 1% -
XYZ 70.04 49.97 100.56 -
YUV 192.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 255 149 255 0 0.42 0 0 300 1 0.79
Hex FF 95 FF 0 2A 0 0 12C 64 4F
Octal 377 225 377 0 52 0 0 454 144 117
Binary 11111111 10010101 11111111 0 101010 0 0 100101100 1100100 1001111

Color Harmonies of #FF95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95FF

Black with #FF95FF

Text Example


Text Example

White with #FF95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95FF; }

 p { color: rgb(255,149,255); }

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

background-color css

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

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

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

border-color css

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

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

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