#FD67F2

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

Shades of Pink Flamingo #FD67F2

Tints of Pink Flamingo #FD67F2

Color information

#FD67F2 (or 0xFD67F2) is unknown color: approx Pink Flamingo. HEX triplet: FD, 67 and F2. RGB value is (253,103,242). Sum of RGB (Red+Green+Blue) = 253+103+242=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 103 (40.62% from 255 or 17.22% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD67F2 is #02980D. Grayscale: #A3A3A3. Windows color (decimal): -169998 or 15886333. OLE color: 15886333.

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

Color convert

RGB253103242-
CMYK00.590.040.01
HSL304.4º97.4%69.8%-
HSV(B)304.4º59.29%99.22%-
XYZ61.3936.9987.91-
YUV163.7172.2191.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 103 (40.62% from 255) = 17.22%
BLUE value IS 242 (94.92% from 255) = 40.47%
R=42.31%
G=17.22%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310324200.590.040.01304.497.469.8
HexFD67F203B411306146
Octal37514736207341460141106
Binary111111011100111111100100111011100110011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67F2; }

 p { color: rgb(253,103,242); }

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

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

 a { background-color: rgb(253,103,242); }

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

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

 span { border-color: rgb(253,103,242); }

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