Html Css Color HEX #FC6BFF Ultra Pink

📋 copy color: '#FC6BFF'

red 252 ◦ green 107 ◦ blue 255

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

Shades of Ultra Pink #FC6BFF

Tints of Ultra Pink #FC6BFF

RGB

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

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

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

R = 41.04%
G = 17.43%
B = 41.53%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC6BFF (or 0xFC6BFF) is known color: Ultra Pink. HEX triplet: FC, 6B and FF. RGB value is (252,107,255). Sum of RGB (Red+Green+Blue) = 252+107+255=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 107 (42.19% from 255 or 17.43% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC6BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BFF is #039400. Grayscale: #A6A6A6. Windows color (decimal): -234497 or 16739324. OLE color: 16739324.

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

Color convert

RGB 252 107 255 -
CMYK 0.01 0.58 0 0
HSL 298.78º 1% 0.71% -
HSV(B) 298.78º 0.58% 1% -
XYZ 63.45 38.43 98.68 -
YUV 167.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 252 107 255 0.01 0.58 0 0 298.78 1 0.71
Hex FC 6B FF 1 3A 0 0 12B 64 47
Octal 374 153 377 1 72 0 0 453 144 107
Binary 11111100 1101011 11111111 1 111010 0 0 100101011 1100100 1000111

Color Harmonies of #FC6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BFF

Black with #FC6BFF

Text Example


Text Example

White with #FC6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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