Html Css Color HEX #FC3FF2 Pink Flamingo

📋 copy color: '#FC3FF2'

red 252 ◦ green 63 ◦ blue 242

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

Shades of Pink Flamingo #FC3FF2

Tints of Pink Flamingo #FC3FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 45.24%
G = 11.31%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC3FF2 (or 0xFC3FF2) is known color: Pink Flamingo. HEX triplet: FC, 3F and F2. RGB value is (252,63,242). Sum of RGB (Red+Green+Blue) = 252+63+242=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FF2 is #03C00D. Grayscale: #8B8B8B. Windows color (decimal): -245774 or 15876092. OLE color: 15876092.

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

Color convert

RGB 252 63 242 -
CMYK 0 0.75 0.04 0.01
HSL 303.17º 0.97% 0.62% -
HSV(B) 303.17º 0.75% 0.99% -
XYZ 57.95 30.66 86.87 -
YUV 139.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 252 63 242 0 0.75 0.04 0.01 303.17 0.97 0.62
Hex FC 3F F2 0 4B 4 1 12F 61 3E
Octal 374 77 362 0 113 4 1 457 141 76
Binary 11111100 111111 11110010 0 1001011 100 1 100101111 1100001 111110

Color Harmonies of #FC3FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FF2

Black with #FC3FF2

Text Example


Text Example

White with #FC3FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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