Html Css Color HEX #FC54F8 Pink Flamingo

📋 copy color: '#FC54F8'

red 252 ◦ green 84 ◦ blue 248

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

Shades of Pink Flamingo #FC54F8

Tints of Pink Flamingo #FC54F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.38%

 BLUE value IS 248 (97.27% from 255) = 42.47%

R = 43.15%
G = 14.38%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC54F8 (or 0xFC54F8) is known color: Pink Flamingo. HEX triplet: FC, 54 and F8. RGB value is (252,84,248). Sum of RGB (Red+Green+Blue) = 252+84+248=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 84 (33.20% from 255 or 14.38% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54F8 is #03AB07. Grayscale: #989898. Windows color (decimal): -240392 or 16274684. OLE color: 16274684.

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

Color convert

RGB 252 84 248 -
CMYK 0 0.67 0.02 0.01
HSL 301.43º 0.97% 0.66% -
HSV(B) 301.43º 0.67% 0.99% -
XYZ 60.26 33.81 92.16 -
YUV 152.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 252 84 248 0 0.67 0.02 0.01 301.43 0.97 0.66
Hex FC 54 F8 0 43 2 1 12D 61 42
Octal 374 124 370 0 103 2 1 455 141 102
Binary 11111100 1010100 11111000 0 1000011 10 1 100101101 1100001 1000010

Color Harmonies of #FC54F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54F8

Black with #FC54F8

Text Example


Text Example

White with #FC54F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54F8; }

 p { color: rgb(252,84,248); }

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

background-color css

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

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

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

border-color css

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

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

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