Html Css Color HEX #FC55F3 Pink Flamingo

📋 copy color: '#FC55F3'

red 252 ◦ green 85 ◦ blue 243

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

Shades of Pink Flamingo #FC55F3

Tints of Pink Flamingo #FC55F3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.66%

 BLUE value IS 243 (95.31% from 255) = 41.9%

R = 43.45%
G = 14.66%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC55F3 (or 0xFC55F3) is known color: Pink Flamingo. HEX triplet: FC, 55 and F3. RGB value is (252,85,243). Sum of RGB (Red+Green+Blue) = 252+85+243=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55F3 is #03AA0C. Grayscale: #989898. Windows color (decimal): -240141 or 15947260. OLE color: 15947260.

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

Color convert

RGB 252 85 243 -
CMYK 0 0.66 0.04 0.01
HSL 303.23º 0.97% 0.66% -
HSV(B) 303.23º 0.66% 0.99% -
XYZ 59.57 33.66 88.15 -
YUV 152.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 252 85 243 0 0.66 0.04 0.01 303.23 0.97 0.66
Hex FC 55 F3 0 42 4 1 12F 61 42
Octal 374 125 363 0 102 4 1 457 141 102
Binary 11111100 1010101 11110011 0 1000010 100 1 100101111 1100001 1000010

Color Harmonies of #FC55F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55F3

Black with #FC55F3

Text Example


Text Example

White with #FC55F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55F3; }

 p { color: rgb(252,85,243); }

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

background-color css

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

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

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

border-color css

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

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

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