Html Css Color HEX #FC61FF Pink Flamingo

📋 copy color: '#FC61FF'

red 252 ◦ green 97 ◦ blue 255

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

Shades of Pink Flamingo #FC61FF

Tints of Pink Flamingo #FC61FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 41.72%
G = 16.06%
B = 42.22%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC61FF (or 0xFC61FF) is known color: Pink Flamingo. HEX triplet: FC, 61 and FF. RGB value is (252,97,255). Sum of RGB (Red+Green+Blue) = 252+97+255=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 97 (38.28% from 255 or 16.06% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61FF is #039E00. Grayscale: #A0A0A0. Windows color (decimal): -237057 or 16736764. OLE color: 16736764.

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

Color convert

RGB 252 97 255 -
CMYK 0.01 0.62 0 0
HSL 298.86º 1% 0.69% -
HSV(B) 298.86º 0.62% 1% -
XYZ 62.47 36.46 98.35 -
YUV 161.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 252 97 255 0.01 0.62 0 0 298.86 1 0.69
Hex FC 61 FF 1 3E 0 0 12B 64 45
Octal 374 141 377 1 76 0 0 453 144 105
Binary 11111100 1100001 11111111 1 111110 0 0 100101011 1100100 1000101

Color Harmonies of #FC61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61FF

Black with #FC61FF

Text Example


Text Example

White with #FC61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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