Html Css Color HEX #FC5CFA Pink Flamingo

📋 copy color: '#FC5CFA'

red 252 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #FC5CFA

Tints of Pink Flamingo #FC5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.49%

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

R = 42.42%
G = 15.49%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC5CFA (or 0xFC5CFA) is known color: Pink Flamingo. HEX triplet: FC, 5C and FA. RGB value is (252,92,250). Sum of RGB (Red+Green+Blue) = 252+92+250=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFA is #03A305. Grayscale: #9D9D9D. Windows color (decimal): -238342 or 16407804. OLE color: 16407804.

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

Color convert

RGB 252 92 250 -
CMYK 0 0.63 0.01 0.01
HSL 300.75º 0.96% 0.67% -
HSV(B) 300.75º 0.63% 0.99% -
XYZ 61.23 35.25 94.02 -
YUV 157.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 252 92 250 0 0.63 0.01 0.01 300.75 0.96 0.67
Hex FC 5C FA 0 3F 1 1 12D 60 43
Octal 374 134 372 0 77 1 1 455 140 103
Binary 11111100 1011100 11111010 0 111111 1 1 100101101 1100000 1000011

Color Harmonies of #FC5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CFA

Black with #FC5CFA

Text Example


Text Example

White with #FC5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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