Html Css Color HEX #FC6EFB Ultra Pink

📋 copy color: '#FC6EFB'

red 252 ◦ green 110 ◦ blue 251

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

Shades of Ultra Pink #FC6EFB

Tints of Ultra Pink #FC6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 17.94%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 41.11%
G = 17.94%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC6EFB (or 0xFC6EFB) is known color: Ultra Pink. HEX triplet: FC, 6E and FB. RGB value is (252,110,251). Sum of RGB (Red+Green+Blue) = 252+110+251=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 110 (43.36% from 255 or 17.94% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6EFB is #039104. Grayscale: #A8A8A8. Windows color (decimal): -233733 or 16477948. OLE color: 16477948.

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

Color convert

RGB 252 110 251 -
CMYK 0 0.56 0.00 0.01
HSL 300.42º 0.96% 0.71% -
HSV(B) 300.42º 0.56% 0.99% -
XYZ 63.13 38.81 95.43 -
YUV 168.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 252 110 251 0 0.56 0.00 0.01 300.42 0.96 0.71
Hex FC 6E FB 0 38 0 1 12C 60 47
Octal 374 156 373 0 70 0 1 454 140 107
Binary 11111100 1101110 11111011 0 111000 0 1 100101100 1100000 1000111

Color Harmonies of #FC6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6EFB

Black with #FC6EFB

Text Example


Text Example

White with #FC6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6EFB; }

 p { color: rgb(252,110,251); }

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

background-color css

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

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

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

border-color css

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

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

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