Html Css Color HEX #FC6DF6 Ultra Pink

📋 copy color: '#FC6DF6'

red 252 ◦ green 109 ◦ blue 246

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

Shades of Ultra Pink #FC6DF6

Tints of Ultra Pink #FC6DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 17.96%

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 41.52%
G = 17.96%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC6DF6 (or 0xFC6DF6) is known color: Ultra Pink. HEX triplet: FC, 6D and F6. RGB value is (252,109,246). Sum of RGB (Red+Green+Blue) = 252+109+246=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6DF6 is #039209. Grayscale: #A6A6A6. Windows color (decimal): -233994 or 16150012. OLE color: 16150012.

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

Color convert

RGB 252 109 246 -
CMYK 0 0.57 0.02 0.01
HSL 302.52º 0.96% 0.71% -
HSV(B) 302.52º 0.57% 0.99% -
XYZ 62.25 38.29 91.3 -
YUV 167.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 252 109 246 0 0.57 0.02 0.01 302.52 0.96 0.71
Hex FC 6D F6 0 39 2 1 12F 60 47
Octal 374 155 366 0 71 2 1 457 140 107
Binary 11111100 1101101 11110110 0 111001 10 1 100101111 1100000 1000111

Color Harmonies of #FC6DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DF6

Black with #FC6DF6

Text Example


Text Example

White with #FC6DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DF6; }

 p { color: rgb(252,109,246); }

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

background-color css

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

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

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

border-color css

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

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

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