Html Css Color HEX #FC85F5 Violet

📋 copy color: '#FC85F5'

red 252 ◦ green 133 ◦ blue 245

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

Shades of Violet #FC85F5

Tints of Violet #FC85F5

RGB

 RED value IS 252 (98.83% from 255) = 40%

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

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

R = 40%
G = 21.11%
B = 38.89%

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

#FC85F5 (or 0xFC85F5) is known color: Violet. HEX triplet: FC, 85 and F5. RGB value is (252,133,245). Sum of RGB (Red+Green+Blue) = 252+133+245=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 133 (52.34% from 255 or 21.11% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85F5 is #037A0A. Grayscale: #B5B5B5. Windows color (decimal): -227851 or 16090620. OLE color: 16090620.

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

Color convert

RGB 252 133 245 -
CMYK 0 0.47 0.03 0.01
HSL 303.53º 0.95% 0.75% -
HSV(B) 303.53º 0.47% 0.99% -
XYZ 65.01 44.06 91.46 -
YUV 181.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 252 133 245 0 0.47 0.03 0.01 303.53 0.95 0.75
Hex FC 85 F5 0 2F 3 1 130 5F 4B
Octal 374 205 365 0 57 3 1 460 137 113
Binary 11111100 10000101 11110101 0 101111 11 1 100110000 1011111 1001011

Color Harmonies of #FC85F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85F5

Black with #FC85F5

Text Example


Text Example

White with #FC85F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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