Html Css Color HEX #FC61FE Pink Flamingo

📋 copy color: '#FC61FE'

red 252 ◦ green 97 ◦ blue 254

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

Shades of Pink Flamingo #FC61FE

Tints of Pink Flamingo #FC61FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 41.79%
G = 16.09%
B = 42.12%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC61FE (or 0xFC61FE) is known color: Pink Flamingo. HEX triplet: FC, 61 and FE. RGB value is (252,97,254). Sum of RGB (Red+Green+Blue) = 252+97+254=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 97 (38.28% from 255 or 16.09% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61FE is #039E01. Grayscale: #A0A0A0. Windows color (decimal): -237058 or 16671228. OLE color: 16671228.

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

Color convert

RGB 252 97 254 -
CMYK 0.01 0.62 0 0.00
HSL 299.24º 0.99% 0.69% -
HSV(B) 299.24º 0.62% 1% -
XYZ 62.31 36.4 97.51 -
YUV 161.24 180.35 192.73 -
System Red Green Blue C M Y K H S L
Decimal 252 97 254 0.01 0.62 0 0.00 299.24 0.99 0.69
Hex FC 61 FE 1 3E 0 0 12B 63 45
Octal 374 141 376 1 76 0 0 453 143 105
Binary 11111100 1100001 11111110 1 111110 0 0 100101011 1100011 1000101

Color Harmonies of #FC61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61FE

Black with #FC61FE

Text Example


Text Example

White with #FC61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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