Html Css Color HEX #FC6FFF Ultra Pink

📋 copy color: '#FC6FFF'

red 252 ◦ green 111 ◦ blue 255

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

Shades of Ultra Pink #FC6FFF

Tints of Ultra Pink #FC6FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 40.78%
G = 17.96%
B = 41.26%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC6FFF (or 0xFC6FFF) is known color: Ultra Pink. HEX triplet: FC, 6F and FF. RGB value is (252,111,255). Sum of RGB (Red+Green+Blue) = 252+111+255=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 111 (43.75% from 255 or 17.96% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC6FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FFF is #039000. Grayscale: #A9A9A9. Windows color (decimal): -233473 or 16740348. OLE color: 16740348.

HSL color Cylindrical-coordinate representation of color #FC6FFF: hue angle of 298.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6FFF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 111 255 -
CMYK 0.01 0.56 0 0
HSL 298.75º 1% 0.72% -
HSV(B) 298.75º 0.56% 1% -
XYZ 63.88 39.28 98.82 -
YUV 169.58 176.21 186.79 -
System Red Green Blue C M Y K H S L
Decimal 252 111 255 0.01 0.56 0 0 298.75 1 0.72
Hex FC 6F FF 1 38 0 0 12B 64 48
Octal 374 157 377 1 70 0 0 453 144 110
Binary 11111100 1101111 11111111 1 111000 0 0 100101011 1100100 1001000

Color Harmonies of #FC6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FFF

Black with #FC6FFF

Text Example


Text Example

White with #FC6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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