Html Css Color HEX #FD99FD Violet

📋 copy color: '#FD99FD'

red 253 ◦ green 153 ◦ blue 253

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

Shades of Violet #FD99FD

Tints of Violet #FD99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.22%

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

R = 38.39%
G = 23.22%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD99FD (or 0xFD99FD) is known color: Violet. HEX triplet: FD, 99 and FD. RGB value is (253,153,253). Sum of RGB (Red+Green+Blue) = 253+153+253=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 153 (60.16% from 255 or 23.22% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99FD is #026602. Grayscale: #C2C2C2. Windows color (decimal): -157187 or 16620029. OLE color: 16620029.

HSL color Cylindrical-coordinate representation of color #FD99FD: hue angle of 300º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99FD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 153 253 -
CMYK 0 0.40 0 0.01
HSL 300º 0.96% 0.8% -
HSV(B) 300º 0.4% 0.99% -
XYZ 69.63 50.76 99.06 -
YUV 194.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 253 153 253 0 0.40 0 0.01 300 0.96 0.8
Hex FD 99 FD 0 28 0 1 12C 60 50
Octal 375 231 375 0 50 0 1 454 140 120
Binary 11111101 10011001 11111101 0 101000 0 1 100101100 1100000 1010000

Color Harmonies of #FD99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD99FD

Black with #FD99FD

Text Example


Text Example

White with #FD99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD99FD; }

 p { color: rgb(253,153,253); }

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

background-color css

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

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

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

border-color css

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

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

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