Html Css Color HEX #FC38FC Pink Flamingo

📋 copy color: '#FC38FC'

red 252 ◦ green 56 ◦ blue 252

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

Shades of Pink Flamingo #FC38FC

Tints of Pink Flamingo #FC38FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC38FC (or 0xFC38FC) is known color: Pink Flamingo. HEX triplet: FC, 38 and FC. RGB value is (252,56,252). Sum of RGB (Red+Green+Blue) = 252+56+252=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 56 (22.27% from 255 or 10% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC38FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC38FC is #03C703. Grayscale: #888888. Windows color (decimal): -247556 or 16529660. OLE color: 16529660.

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

Color convert

RGB 252 56 252 -
CMYK 0 0.78 0 0.01
HSL 300º 0.97% 0.6% -
HSV(B) 300º 0.78% 0.99% -
XYZ 59.13 30.55 94.88 -
YUV 136.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 252 56 252 0 0.78 0 0.01 300 0.97 0.6
Hex FC 38 FC 0 4E 0 1 12C 61 3C
Octal 374 70 374 0 116 0 1 454 141 74
Binary 11111100 111000 11111100 0 1001110 0 1 100101100 1100001 111100

Color Harmonies of #FC38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC38FC

Black with #FC38FC

Text Example


Text Example

White with #FC38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC38FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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