Html Css Color HEX #FC6FFC Ultra Pink

📋 copy color: '#FC6FFC'

red 252 ◦ green 111 ◦ blue 252

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

Shades of Ultra Pink #FC6FFC

Tints of Ultra Pink #FC6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.05%

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

R = 40.98%
G = 18.05%
B = 40.98%

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

#FC6FFC (or 0xFC6FFC) is known color: Ultra Pink. HEX triplet: FC, 6F and FC. RGB value is (252,111,252). Sum of RGB (Red+Green+Blue) = 252+111+252=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FFC is #039003. Grayscale: #A8A8A8. Windows color (decimal): -233476 or 16543740. OLE color: 16543740.

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

Color convert

RGB 252 111 252 -
CMYK 0 0.56 0 0.01
HSL 300º 0.96% 0.71% -
HSV(B) 300º 0.56% 0.99% -
XYZ 63.4 39.09 96.3 -
YUV 169.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 252 111 252 0 0.56 0 0.01 300 0.96 0.71
Hex FC 6F FC 0 38 0 1 12C 60 47
Octal 374 157 374 0 70 0 1 454 140 107
Binary 11111100 1101111 11111100 0 111000 0 1 100101100 1100000 1000111

Color Harmonies of #FC6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FFC

Black with #FC6FFC

Text Example


Text Example

White with #FC6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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