Html Css Color HEX #FC6EFC Ultra Pink

📋 copy color: '#FC6EFC'

red 252 ◦ green 110 ◦ blue 252

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

Shades of Ultra Pink #FC6EFC

Tints of Ultra Pink #FC6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 17.92%

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

R = 41.04%
G = 17.92%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC6EFC (or 0xFC6EFC) is known color: Ultra Pink. HEX triplet: FC, 6E and FC. RGB value is (252,110,252). Sum of RGB (Red+Green+Blue) = 252+110+252=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 110 (43.36% from 255 or 17.92% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6EFC is #039103. Grayscale: #A8A8A8. Windows color (decimal): -233732 or 16543484. OLE color: 16543484.

HSL color Cylindrical-coordinate representation of color #FC6EFC: 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.56%. Process color model (Four color, CMYK) of #FC6EFC is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 110 252 -
CMYK 0 0.56 0 0.01
HSL 300º 0.96% 0.71% -
HSV(B) 300º 0.56% 0.99% -
XYZ 63.29 38.88 96.26 -
YUV 168.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 252 110 252 0 0.56 0 0.01 300 0.96 0.71
Hex FC 6E FC 0 38 0 1 12C 60 47
Octal 374 156 374 0 70 0 1 454 140 107
Binary 11111100 1101110 11111100 0 111000 0 1 100101100 1100000 1000111

Color Harmonies of #FC6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EFC

Black with #FC6EFC

Text Example


Text Example

White with #FC6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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