Html Css Color HEX #FC6DFC Ultra Pink

📋 copy color: '#FC6DFC'

red 252 ◦ green 109 ◦ blue 252

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

Shades of Ultra Pink #FC6DFC

Tints of Ultra Pink #FC6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 17.78%

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 41.11%
G = 17.78%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC6DFC (or 0xFC6DFC) is known color: Ultra Pink. HEX triplet: FC, 6D and FC. RGB value is (252,109,252). Sum of RGB (Red+Green+Blue) = 252+109+252=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 109 (42.97% from 255 or 17.78% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DFC is #039203. Grayscale: #A7A7A7. Windows color (decimal): -233988 or 16543228. OLE color: 16543228.

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

Color convert

RGB 252 109 252 -
CMYK 0 0.57 0 0.01
HSL 300º 0.96% 0.71% -
HSV(B) 300º 0.57% 0.99% -
XYZ 63.18 38.66 96.23 -
YUV 168.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 252 109 252 0 0.57 0 0.01 300 0.96 0.71
Hex FC 6D FC 0 39 0 1 12C 60 47
Octal 374 155 374 0 71 0 1 454 140 107
Binary 11111100 1101101 11111100 0 111001 0 1 100101100 1100000 1000111

Color Harmonies of #FC6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DFC

Black with #FC6DFC

Text Example


Text Example

White with #FC6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DFC; }

 p { color: rgb(252,109,252); }

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

background-color css

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

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

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

border-color css

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

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

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