Html Css Color HEX #FF53FC Pink Flamingo

📋 copy color: '#FF53FC'

red 255 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #FF53FC

Tints of Pink Flamingo #FF53FC

RGB

 RED value IS 255 (100% from 255) = 43.22%

 GREEN value IS 83 (32.81% from 255) = 14.07%

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

R = 43.22%
G = 14.07%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF53FC (or 0xFF53FC) is known color: Pink Flamingo. HEX triplet: FF, 53 and FC. RGB value is (255,83,252). Sum of RGB (Red+Green+Blue) = 255+83+252=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 83 (32.81% from 255 or 14.07% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53FC is #00AC03. Grayscale: #999999. Windows color (decimal): -44036 or 16536575. OLE color: 16536575.

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

Color convert

RGB 255 83 252 -
CMYK 0 0.67 0.01 0
HSL 301.05º 1% 0.66% -
HSV(B) 301.05º 0.67% 1% -
XYZ 61.9 34.47 95.49 -
YUV 153.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 255 83 252 0 0.67 0.01 0 301.05 1 0.66
Hex FF 53 FC 0 43 1 0 12D 64 42
Octal 377 123 374 0 103 1 0 455 144 102
Binary 11111111 1010011 11111100 0 1000011 1 0 100101101 1100100 1000010

Color Harmonies of #FF53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53FC

Black with #FF53FC

Text Example


Text Example

White with #FF53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53FC; }

 p { color: rgb(255,83,252); }

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

background-color css

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

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

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

border-color css

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

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

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