Html Css Color HEX #FD98FF Violet

📋 copy color: '#FD98FF'

red 253 ◦ green 152 ◦ blue 255

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

Shades of Violet #FD98FF

Tints of Violet #FD98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 23.03%

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

R = 38.33%
G = 23.03%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD98FF (or 0xFD98FF) is known color: Violet. HEX triplet: FD, 98 and FF. RGB value is (253,152,255). Sum of RGB (Red+Green+Blue) = 253+152+255=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 152 (59.77% from 255 or 23.03% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD98FF is #026700. Grayscale: #C1C1C1. Windows color (decimal): -157441 or 16750845. OLE color: 16750845.

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

Color convert

RGB 253 152 255 -
CMYK 0.01 0.40 0 0
HSL 298.84º 1% 0.8% -
HSV(B) 298.84º 0.4% 1% -
XYZ 69.79 50.56 100.69 -
YUV 193.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 253 152 255 0.01 0.40 0 0 298.84 1 0.8
Hex FD 98 FF 1 28 0 0 12B 64 50
Octal 375 230 377 1 50 0 0 453 144 120
Binary 11111101 10011000 11111111 1 101000 0 0 100101011 1100100 1010000

Color Harmonies of #FD98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD98FF

Black with #FD98FF

Text Example


Text Example

White with #FD98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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