#FD65F3

Color #FD65F3 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FD65F3

Tints of Pink Flamingo #FD65F3

Color information

#FD65F3 (or 0xFD65F3) is unknown color: approx Pink Flamingo. HEX triplet: FD, 65 and F3. RGB value is (253,101,243). Sum of RGB (Red+Green+Blue) = 253+101+243=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F3 is #029A0C. Grayscale: #A2A2A2. Windows color (decimal): -170509 or 15951357. OLE color: 15951357.

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

Color convert

RGB253101243-
CMYK00.600.040.01
HSL303.95º97.44%69.41%-
HSV(B)303.95º60.08%99.22%-
XYZ61.3436.6688.64-
YUV162.64173.36192.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 101 (39.84% from 255) = 16.92%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=42.38%
G=16.92%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310124300.600.040.01303.9597.4469.41
HexFD65F303C411306145
Octal37514536307441460141105
Binary111111011100101111100110111100100110011000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD65F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD65F3; }

 p { color: rgb(253,101,243); }

 H1.HeaderClassName
 {
   color: #FD65F3;
 }
 .AnyTagClassName
 {
   color: #FD65F3;
 }
</style>
background-color css

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

 a { background-color: rgb(253,101,243); }

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

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

 span { border-color: rgb(253,101,243); }

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