Html Css Color HEX #FC6CFA Ultra Pink

📋 copy color: '#FC6CFA'

red 252 ◦ green 108 ◦ blue 250

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

Shades of Ultra Pink #FC6CFA

Tints of Ultra Pink #FC6CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 17.7%

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

R = 41.31%
G = 17.7%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC6CFA (or 0xFC6CFA) is known color: Ultra Pink. HEX triplet: FC, 6C and FA. RGB value is (252,108,250). Sum of RGB (Red+Green+Blue) = 252+108+250=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 108 (42.58% from 255 or 17.70% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CFA is #039305. Grayscale: #A6A6A6. Windows color (decimal): -234246 or 16411900. OLE color: 16411900.

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

Color convert

RGB 252 108 250 -
CMYK 0 0.57 0.01 0.01
HSL 300.83º 0.96% 0.71% -
HSV(B) 300.83º 0.57% 0.99% -
XYZ 62.76 38.32 94.53 -
YUV 167.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 252 108 250 0 0.57 0.01 0.01 300.83 0.96 0.71
Hex FC 6C FA 0 39 1 1 12D 60 47
Octal 374 154 372 0 71 1 1 455 140 107
Binary 11111100 1101100 11111010 0 111001 1 1 100101101 1100000 1000111

Color Harmonies of #FC6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CFA

Black with #FC6CFA

Text Example


Text Example

White with #FC6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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