Html Css Color HEX #FC3FFF Pink Flamingo

📋 copy color: '#FC3FFF'

red 252 ◦ green 63 ◦ blue 255

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

Shades of Pink Flamingo #FC3FFF

Tints of Pink Flamingo #FC3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 11.05%

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

R = 44.21%
G = 11.05%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC3FFF (or 0xFC3FFF) is known color: Pink Flamingo. HEX triplet: FC, 3F and FF. RGB value is (252,63,255). Sum of RGB (Red+Green+Blue) = 252+63+255=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 63 (25% from 255 or 11.05% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFF is #03C000. Grayscale: #8C8C8C. Windows color (decimal): -245761 or 16728060. OLE color: 16728060.

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

Color convert

RGB 252 63 255 -
CMYK 0.01 0.75 0 0
HSL 299.06º 1% 0.62% -
HSV(B) 299.06º 0.75% 1% -
XYZ 59.97 31.47 97.52 -
YUV 141.4 192.12 206.89 -
System Red Green Blue C M Y K H S L
Decimal 252 63 255 0.01 0.75 0 0 299.06 1 0.62
Hex FC 3F FF 1 4B 0 0 12B 64 3E
Octal 374 77 377 1 113 0 0 453 144 76
Binary 11111100 111111 11111111 1 1001011 0 0 100101011 1100100 111110

Color Harmonies of #FC3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FFF

Black with #FC3FFF

Text Example


Text Example

White with #FC3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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