Html Css Color HEX #FD96FF Violet

📋 copy color: '#FD96FF'

red 253 ◦ green 150 ◦ blue 255

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

Shades of Violet #FD96FF

Tints of Violet #FD96FF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 150 255 -
CMYK 0.01 0.41 0 0
HSL 298.86º 1% 0.79% -
HSV(B) 298.86º 0.41% 1% -
XYZ 69.46 49.92 100.58 -
YUV 192.77 163.12 170.96 -
System Red Green Blue C M Y K H S L
Decimal 253 150 255 0.01 0.41 0 0 298.86 1 0.79
Hex FD 96 FF 1 29 0 0 12B 64 4F
Octal 375 226 377 1 51 0 0 453 144 117
Binary 11111101 10010110 11111111 1 101001 0 0 100101011 1100100 1001111

Color Harmonies of #FD96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96FF

Black with #FD96FF

Text Example


Text Example

White with #FD96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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