Html Css Color HEX #FC51F0 Pink Flamingo

📋 copy color: '#FC51F0'

red 252 ◦ green 81 ◦ blue 240

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

Shades of Pink Flamingo #FC51F0

Tints of Pink Flamingo #FC51F0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.14%

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 43.98%
G = 14.14%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC51F0 (or 0xFC51F0) is known color: Pink Flamingo. HEX triplet: FC, 51 and F0. RGB value is (252,81,240). Sum of RGB (Red+Green+Blue) = 252+81+240=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51F0 is #03AE0F. Grayscale: #959595. Windows color (decimal): -241168 or 15749628. OLE color: 15749628.

HSL color Cylindrical-coordinate representation of color #FC51F0: hue angle of 304.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51F0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 240 -
CMYK 0 0.68 0.05 0.01
HSL 304.21º 0.97% 0.65% -
HSV(B) 304.21º 0.68% 0.99% -
XYZ 58.82 32.87 85.68 -
YUV 150.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 252 81 240 0 0.68 0.05 0.01 304.21 0.97 0.65
Hex FC 51 F0 0 44 5 1 130 61 41
Octal 374 121 360 0 104 5 1 460 141 101
Binary 11111100 1010001 11110000 0 1000100 101 1 100110000 1100001 1000001

Color Harmonies of #FC51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51F0

Black with #FC51F0

Text Example


Text Example

White with #FC51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51F0; }

 p { color: rgb(252,81,240); }

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

background-color css

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

 a { background-color: rgb(252,81,240); }

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

border-color css

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

 span { border-color: rgb(252,81,240); }

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