Html Css Color HEX #FC6BFA Ultra Pink

📋 copy color: '#FC6BFA'

red 252 ◦ green 107 ◦ blue 250

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

Shades of Ultra Pink #FC6BFA

Tints of Ultra Pink #FC6BFA

RGB

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

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

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

R = 41.38%
G = 17.57%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC6BFA (or 0xFC6BFA) is known color: Ultra Pink. HEX triplet: FC, 6B and FA. RGB value is (252,107,250). Sum of RGB (Red+Green+Blue) = 252+107+250=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 107 (42.19% from 255 or 17.57% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC6BFA is #039405. Grayscale: #A6A6A6. Windows color (decimal): -234502 or 16411644. OLE color: 16411644.

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

Color convert

RGB 252 107 250 -
CMYK 0 0.58 0.01 0.01
HSL 300.83º 0.96% 0.7% -
HSV(B) 300.83º 0.58% 0.99% -
XYZ 62.66 38.11 94.5 -
YUV 166.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 252 107 250 0 0.58 0.01 0.01 300.83 0.96 0.7
Hex FC 6B FA 0 3A 1 1 12D 60 46
Octal 374 153 372 0 72 1 1 455 140 106
Binary 11111100 1101011 11111010 0 111010 1 1 100101101 1100000 1000110

Color Harmonies of #FC6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BFA

Black with #FC6BFA

Text Example


Text Example

White with #FC6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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