Html Css Color HEX #FC61F0 Pink Flamingo

📋 copy color: '#FC61F0'

red 252 ◦ green 97 ◦ blue 240

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

Shades of Pink Flamingo #FC61F0

Tints of Pink Flamingo #FC61F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.47%

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

R = 42.78%
G = 16.47%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC61F0 (or 0xFC61F0) is known color: Pink Flamingo. HEX triplet: FC, 61 and F0. RGB value is (252,97,240). Sum of RGB (Red+Green+Blue) = 252+97+240=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 97 (38.28% from 255 or 16.47% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61F0 is #039E0F. Grayscale: #9F9F9F. Windows color (decimal): -237072 or 15753724. OLE color: 15753724.

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

Color convert

RGB 252 97 240 -
CMYK 0 0.62 0.05 0.01
HSL 304.65º 0.96% 0.68% -
HSV(B) 304.65º 0.62% 0.99% -
XYZ 60.15 35.54 86.13 -
YUV 159.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 252 97 240 0 0.62 0.05 0.01 304.65 0.96 0.68
Hex FC 61 F0 0 3E 5 1 131 60 44
Octal 374 141 360 0 76 5 1 461 140 104
Binary 11111100 1100001 11110000 0 111110 101 1 100110001 1100000 1000100

Color Harmonies of #FC61F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61F0

Black with #FC61F0

Text Example


Text Example

White with #FC61F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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