Html Css Color HEX #FF95F5 Pale Magenta

📋 copy color: '#FF95F5'

red 255 ◦ green 149 ◦ blue 245

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

Shades of Pale Magenta #FF95F5

Tints of Pale Magenta #FF95F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 39.29%
G = 22.96%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF95F5 (or 0xFF95F5) is known color: Pale Magenta. HEX triplet: FF, 95 and F5. RGB value is (255,149,245). Sum of RGB (Red+Green+Blue) = 255+149+245=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 149 (58.59% from 255 or 22.96% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95F5 is #006A0A. Grayscale: #BFBFBF. Windows color (decimal): -27147 or 16094719. OLE color: 16094719.

HSL color Cylindrical-coordinate representation of color #FF95F5: hue angle of 305.66º 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 #FF95F5 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 245 -
CMYK 0 0.42 0.04 0
HSL 305.66º 1% 0.79% -
HSV(B) 305.66º 0.42% 1% -
XYZ 68.47 49.35 92.3 -
YUV 191.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 255 149 245 0 0.42 0.04 0 305.66 1 0.79
Hex FF 95 F5 0 2A 4 0 132 64 4F
Octal 377 225 365 0 52 4 0 462 144 117
Binary 11111111 10010101 11110101 0 101010 100 0 100110010 1100100 1001111

Color Harmonies of #FF95F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95F5

Black with #FF95F5

Text Example


Text Example

White with #FF95F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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