Html Css Color HEX #FC3DFA Pink Flamingo

📋 copy color: '#FC3DFA'

red 252 ◦ green 61 ◦ blue 250

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

Shades of Pink Flamingo #FC3DFA

Tints of Pink Flamingo #FC3DFA

RGB

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

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

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

R = 44.76%
G = 10.83%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC3DFA (or 0xFC3DFA) is known color: Pink Flamingo. HEX triplet: FC, 3D and FA. RGB value is (252,61,250). Sum of RGB (Red+Green+Blue) = 252+61+250=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 61 (24.22% from 255 or 10.83% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3DFA is #03C205. Grayscale: #8B8B8B. Windows color (decimal): -246278 or 16399868. OLE color: 16399868.

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

Color convert

RGB 252 61 250 -
CMYK 0 0.76 0.01 0.01
HSL 300.63º 0.97% 0.61% -
HSV(B) 300.63º 0.76% 0.99% -
XYZ 59.07 30.94 93.3 -
YUV 139.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 252 61 250 0 0.76 0.01 0.01 300.63 0.97 0.61
Hex FC 3D FA 0 4C 1 1 12D 61 3D
Octal 374 75 372 0 114 1 1 455 141 75
Binary 11111100 111101 11111010 0 1001100 1 1 100101101 1100001 111101

Color Harmonies of #FC3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3DFA

Black with #FC3DFA

Text Example


Text Example

White with #FC3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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