Html Css Color HEX #FC6FFA Ultra Pink

📋 copy color: '#FC6FFA'

red 252 ◦ green 111 ◦ blue 250

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

Shades of Ultra Pink #FC6FFA

Tints of Ultra Pink #FC6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.11%

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 41.11%
G = 18.11%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC6FFA (or 0xFC6FFA) is known color: Ultra Pink. HEX triplet: FC, 6F and FA. RGB value is (252,111,250). Sum of RGB (Red+Green+Blue) = 252+111+250=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 111 (43.75% from 255 or 18.11% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6FFA is #039005. Grayscale: #A8A8A8. Windows color (decimal): -233478 or 16412668. OLE color: 16412668.

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

Color convert

RGB 252 111 250 -
CMYK 0 0.56 0.01 0.01
HSL 300.85º 0.96% 0.71% -
HSV(B) 300.85º 0.56% 0.99% -
XYZ 63.08 38.97 94.64 -
YUV 169.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 252 111 250 0 0.56 0.01 0.01 300.85 0.96 0.71
Hex FC 6F FA 0 38 1 1 12D 60 47
Octal 374 157 372 0 70 1 1 455 140 107
Binary 11111100 1101111 11111010 0 111000 1 1 100101101 1100000 1000111

Color Harmonies of #FC6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6FFA

Black with #FC6FFA

Text Example


Text Example

White with #FC6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6FFA; }

 p { color: rgb(252,111,250); }

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

background-color css

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

 a { background-color: rgb(252,111,250); }

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

border-color css

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

 span { border-color: rgb(252,111,250); }

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