Html Css Color HEX #FC6EFA Ultra Pink

📋 copy color: '#FC6EFA'

red 252 ◦ green 110 ◦ blue 250

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

Shades of Ultra Pink #FC6EFA

Tints of Ultra Pink #FC6EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 41.18%
G = 17.97%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC6EFA (or 0xFC6EFA) is known color: Ultra Pink. HEX triplet: FC, 6E and FA. RGB value is (252,110,250). Sum of RGB (Red+Green+Blue) = 252+110+250=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 110 (43.36% from 255 or 17.97% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6EFA is #039105. Grayscale: #A8A8A8. Windows color (decimal): -233734 or 16412412. OLE color: 16412412.

HSL color Cylindrical-coordinate representation of color #FC6EFA: hue angle of 300.85º 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 #FC6EFA is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 110 250 -
CMYK 0 0.56 0.01 0.01
HSL 300.85º 0.96% 0.71% -
HSV(B) 300.85º 0.56% 0.99% -
XYZ 62.98 38.75 94.6 -
YUV 168.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 252 110 250 0 0.56 0.01 0.01 300.85 0.96 0.71
Hex FC 6E FA 0 38 1 1 12D 60 47
Octal 374 156 372 0 70 1 1 455 140 107
Binary 11111100 1101110 11111010 0 111000 1 1 100101101 1100000 1000111

Color Harmonies of #FC6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EFA

Black with #FC6EFA

Text Example


Text Example

White with #FC6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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