Html Css Color HEX #FC6CFD Ultra Pink

📋 copy color: '#FC6CFD'

red 252 ◦ green 108 ◦ blue 253

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

Shades of Ultra Pink #FC6CFD

Tints of Ultra Pink #FC6CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 41.11%
G = 17.62%
B = 41.27%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC6CFD (or 0xFC6CFD) is known color: Ultra Pink. HEX triplet: FC, 6C and FD. RGB value is (252,108,253). Sum of RGB (Red+Green+Blue) = 252+108+253=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 108 (42.58% from 255 or 17.62% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC6CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CFD is #039302. Grayscale: #A7A7A7. Windows color (decimal): -234243 or 16608508. OLE color: 16608508.

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

Color convert

RGB 252 108 253 -
CMYK 0.00 0.57 0 0.01
HSL 299.59º 0.97% 0.71% -
HSV(B) 299.59º 0.57% 0.99% -
XYZ 63.24 38.51 97.03 -
YUV 167.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 252 108 253 0.00 0.57 0 0.01 299.59 0.97 0.71
Hex FC 6C FD 0 39 0 1 12C 61 47
Octal 374 154 375 0 71 0 1 454 141 107
Binary 11111100 1101100 11111101 0 111001 0 1 100101100 1100001 1000111

Color Harmonies of #FC6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CFD

Black with #FC6CFD

Text Example


Text Example

White with #FC6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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