Html Css Color HEX #FC6CF6 Ultra Pink

📋 copy color: '#FC6CF6'

red 252 ◦ green 108 ◦ blue 246

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

Shades of Ultra Pink #FC6CF6

Tints of Ultra Pink #FC6CF6

RGB

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

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

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

R = 41.58%
G = 17.82%
B = 40.59%

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

#FC6CF6 (or 0xFC6CF6) is known color: Ultra Pink. HEX triplet: FC, 6C and F6. RGB value is (252,108,246). Sum of RGB (Red+Green+Blue) = 252+108+246=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 108 (42.58% from 255 or 17.82% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CF6 is #039309. Grayscale: #A6A6A6. Windows color (decimal): -234250 or 16149756. OLE color: 16149756.

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

Color convert

RGB 252 108 246 -
CMYK 0 0.57 0.02 0.01
HSL 302.5º 0.96% 0.71% -
HSV(B) 302.5º 0.57% 0.99% -
XYZ 62.14 38.07 91.26 -
YUV 166.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 252 108 246 0 0.57 0.02 0.01 302.5 0.96 0.71
Hex FC 6C F6 0 39 2 1 12E 60 47
Octal 374 154 366 0 71 2 1 456 140 107
Binary 11111100 1101100 11110110 0 111001 10 1 100101110 1100000 1000111

Color Harmonies of #FC6CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CF6

Black with #FC6CF6

Text Example


Text Example

White with #FC6CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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