Html Css Color HEX #FC3EFA Pink Flamingo

📋 copy color: '#FC3EFA'

red 252 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #FC3EFA

Tints of Pink Flamingo #FC3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 10.99%

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 44.68%
G = 10.99%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC3EFA (or 0xFC3EFA) is known color: Pink Flamingo. HEX triplet: FC, 3E and FA. RGB value is (252,62,250). Sum of RGB (Red+Green+Blue) = 252+62+250=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 62 (24.61% from 255 or 10.99% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3EFA is #03C105. Grayscale: #8B8B8B. Windows color (decimal): -246022 or 16400124. OLE color: 16400124.

HSL color Cylindrical-coordinate representation of color #FC3EFA: hue angle of 300.63º 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 #FC3EFA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 62 250 -
CMYK 0 0.75 0.01 0.01
HSL 300.63º 0.97% 0.62% -
HSV(B) 300.63º 0.75% 0.99% -
XYZ 59.12 31.04 93.32 -
YUV 140.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 252 62 250 0 0.75 0.01 0.01 300.63 0.97 0.62
Hex FC 3E FA 0 4B 1 1 12D 61 3E
Octal 374 76 372 0 113 1 1 455 141 76
Binary 11111100 111110 11111010 0 1001011 1 1 100101101 1100001 111110

Color Harmonies of #FC3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3EFA

Black with #FC3EFA

Text Example


Text Example

White with #FC3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3EFA; }

 p { color: rgb(252,62,250); }

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

background-color css

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

 a { background-color: rgb(252,62,250); }

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

border-color css

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

 span { border-color: rgb(252,62,250); }

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