Html Css Color HEX #FF96FD Violet

📋 copy color: '#FF96FD'

red 255 ◦ green 150 ◦ blue 253

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

Shades of Violet #FF96FD

Tints of Violet #FF96FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 22.8%

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 38.75%
G = 22.8%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF96FD (or 0xFF96FD) is known color: Violet. HEX triplet: FF, 96 and FD. RGB value is (255,150,253). Sum of RGB (Red+Green+Blue) = 255+150+253=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 150 (58.98% from 255 or 22.80% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96FD is #006902. Grayscale: #C0C0C0. Windows color (decimal): -26883 or 16619263. OLE color: 16619263.

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

Color convert

RGB 255 150 253 -
CMYK 0 0.41 0.01 0
HSL 301.14º 1% 0.79% -
HSV(B) 301.14º 0.41% 1% -
XYZ 69.88 50.16 98.93 -
YUV 193.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 255 150 253 0 0.41 0.01 0 301.14 1 0.79
Hex FF 96 FD 0 29 1 0 12D 64 4F
Octal 377 226 375 0 51 1 0 455 144 117
Binary 11111111 10010110 11111101 0 101001 1 0 100101101 1100100 1001111

Color Harmonies of #FF96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96FD

Black with #FF96FD

Text Example


Text Example

White with #FF96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96FD; }

 p { color: rgb(255,150,253); }

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

background-color css

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

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

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

border-color css

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

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

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