Html Css Color HEX #FC6BF6 Ultra Pink

📋 copy color: '#FC6BF6'

red 252 ◦ green 107 ◦ blue 246

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

Shades of Ultra Pink #FC6BF6

Tints of Ultra Pink #FC6BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.69%

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

R = 41.65%
G = 17.69%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC6BF6 (or 0xFC6BF6) is known color: Ultra Pink. HEX triplet: FC, 6B and F6. RGB value is (252,107,246). Sum of RGB (Red+Green+Blue) = 252+107+246=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 107 (42.19% from 255 or 17.69% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BF6 is #039409. Grayscale: #A5A5A5. Windows color (decimal): -234506 or 16149500. OLE color: 16149500.

HSL color Cylindrical-coordinate representation of color #FC6BF6: hue angle of 302.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BF6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 107 246 -
CMYK 0 0.58 0.02 0.01
HSL 302.48º 0.96% 0.7% -
HSV(B) 302.48º 0.58% 0.99% -
XYZ 62.04 37.86 91.23 -
YUV 166.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 252 107 246 0 0.58 0.02 0.01 302.48 0.96 0.7
Hex FC 6B F6 0 3A 2 1 12E 60 46
Octal 374 153 366 0 72 2 1 456 140 106
Binary 11111100 1101011 11110110 0 111010 10 1 100101110 1100000 1000110

Color Harmonies of #FC6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BF6

Black with #FC6BF6

Text Example


Text Example

White with #FC6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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