Html Css Color HEX #FD85F5 Violet

📋 copy color: '#FD85F5'

red 253 ◦ green 133 ◦ blue 245

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

Shades of Violet #FD85F5

Tints of Violet #FD85F5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.08%

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

R = 40.1%
G = 21.08%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD85F5 (or 0xFD85F5) is known color: Violet. HEX triplet: FD, 85 and F5. RGB value is (253,133,245). Sum of RGB (Red+Green+Blue) = 253+133+245=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 133 (52.34% from 255 or 21.08% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD85F5 is #027A0A. Grayscale: #B5B5B5. Windows color (decimal): -162315 or 16090621. OLE color: 16090621.

HSL color Cylindrical-coordinate representation of color #FD85F5: hue angle of 304º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD85F5 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 133 245 -
CMYK 0 0.47 0.03 0.01
HSL 304º 0.97% 0.76% -
HSV(B) 304º 0.47% 0.99% -
XYZ 65.38 44.25 91.48 -
YUV 181.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 253 133 245 0 0.47 0.03 0.01 304 0.97 0.76
Hex FD 85 F5 0 2F 3 1 130 61 4C
Octal 375 205 365 0 57 3 1 460 141 114
Binary 11111101 10000101 11110101 0 101111 11 1 100110000 1100001 1001100

Color Harmonies of #FD85F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85F5

Black with #FD85F5

Text Example


Text Example

White with #FD85F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85F5; }

 p { color: rgb(253,133,245); }

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

background-color css

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

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

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

border-color css

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

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

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