Html Css Color HEX #FC6CF5 Ultra Pink

📋 copy color: '#FC6CF5'

red 252 ◦ green 108 ◦ blue 245

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

Shades of Ultra Pink #FC6CF5

Tints of Ultra Pink #FC6CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 41.65%
G = 17.85%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC6CF5 (or 0xFC6CF5) is known color: Ultra Pink. HEX triplet: FC, 6C and F5. RGB value is (252,108,245). Sum of RGB (Red+Green+Blue) = 252+108+245=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 108 (42.58% from 255 or 17.85% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6CF5 is #03930A. Grayscale: #A6A6A6. Windows color (decimal): -234251 or 16084220. OLE color: 16084220.

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

Color convert

RGB 252 108 245 -
CMYK 0 0.57 0.03 0.01
HSL 302.92º 0.96% 0.71% -
HSV(B) 302.92º 0.57% 0.99% -
XYZ 61.99 38.01 90.46 -
YUV 166.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 252 108 245 0 0.57 0.03 0.01 302.92 0.96 0.71
Hex FC 6C F5 0 39 3 1 12F 60 47
Octal 374 154 365 0 71 3 1 457 140 107
Binary 11111100 1101100 11110101 0 111001 11 1 100101111 1100000 1000111

Color Harmonies of #FC6CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CF5

Black with #FC6CF5

Text Example


Text Example

White with #FC6CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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