Html Css Color HEX #FC3DFF Pink Flamingo

📋 copy color: '#FC3DFF'

red 252 ◦ green 61 ◦ blue 255

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

Shades of Pink Flamingo #FC3DFF

Tints of Pink Flamingo #FC3DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 10.74%

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

R = 44.37%
G = 10.74%
B = 44.89%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC3DFF (or 0xFC3DFF) is known color: Pink Flamingo. HEX triplet: FC, 3D and FF. RGB value is (252,61,255). Sum of RGB (Red+Green+Blue) = 252+61+255=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 61 (24.22% from 255 or 10.74% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DFF is #03C200. Grayscale: #8B8B8B. Windows color (decimal): -246273 or 16727548. OLE color: 16727548.

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

Color convert

RGB 252 61 255 -
CMYK 0.01 0.76 0 0
HSL 299.07º 1% 0.62% -
HSV(B) 299.07º 0.76% 1% -
XYZ 59.86 31.25 97.49 -
YUV 140.23 192.78 207.73 -
System Red Green Blue C M Y K H S L
Decimal 252 61 255 0.01 0.76 0 0 299.07 1 0.62
Hex FC 3D FF 1 4C 0 0 12B 64 3E
Octal 374 75 377 1 114 0 0 453 144 76
Binary 11111100 111101 11111111 1 1001100 0 0 100101011 1100100 111110

Color Harmonies of #FC3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3DFF

Black with #FC3DFF

Text Example


Text Example

White with #FC3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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