Html Css Color HEX #FC38FA Pink Flamingo

📋 copy color: '#FC38FA'

red 252 ◦ green 56 ◦ blue 250

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

Shades of Pink Flamingo #FC38FA

Tints of Pink Flamingo #FC38FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.04%

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

R = 45.16%
G = 10.04%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC38FA (or 0xFC38FA) is known color: Pink Flamingo. HEX triplet: FC, 38 and FA. RGB value is (252,56,250). Sum of RGB (Red+Green+Blue) = 252+56+250=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 56 (22.27% from 255 or 10.04% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC38FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC38FA is #03C705. Grayscale: #888888. Windows color (decimal): -247558 or 16398588. OLE color: 16398588.

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

Color convert

RGB 252 56 250 -
CMYK 0 0.78 0.01 0.01
HSL 300.61º 0.97% 0.6% -
HSV(B) 300.61º 0.78% 0.99% -
XYZ 58.81 30.43 93.22 -
YUV 136.72 191.93 210.23 -
System Red Green Blue C M Y K H S L
Decimal 252 56 250 0 0.78 0.01 0.01 300.61 0.97 0.6
Hex FC 38 FA 0 4E 1 1 12D 61 3C
Octal 374 70 372 0 116 1 1 455 141 74
Binary 11111100 111000 11111010 0 1001110 1 1 100101101 1100001 111100

Color Harmonies of #FC38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38FA

Black with #FC38FA

Text Example


Text Example

White with #FC38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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