Html Css Color HEX #FD37FD Pink Flamingo

📋 copy color: '#FD37FD'

red 253 ◦ green 55 ◦ blue 253

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

Shades of Pink Flamingo #FD37FD

Tints of Pink Flamingo #FD37FD

RGB

 RED value IS 253 (99.22% from 255) = 45.1%

 GREEN value IS 55 (21.88% from 255) = 9.8%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 45.1%
G = 9.8%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD37FD (or 0xFD37FD) is known color: Pink Flamingo. HEX triplet: FD, 37 and FD. RGB value is (253,55,253). Sum of RGB (Red+Green+Blue) = 253+55+253=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 55 (21.88% from 255 or 9.80% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD37FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD37FD is #02C802. Grayscale: #888888. Windows color (decimal): -182275 or 16594941. OLE color: 16594941.

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

Color convert

RGB 253 55 253 -
CMYK 0 0.78 0 0.01
HSL 300º 0.98% 0.6% -
HSV(B) 300º 0.78% 0.99% -
XYZ 59.6 30.71 95.71 -
YUV 136.77 193.6 210.9 -
System Red Green Blue C M Y K H S L
Decimal 253 55 253 0 0.78 0 0.01 300 0.98 0.6
Hex FD 37 FD 0 4E 0 1 12C 62 3C
Octal 375 67 375 0 116 0 1 454 142 74
Binary 11111101 110111 11111101 0 1001110 0 1 100101100 1100010 111100

Color Harmonies of #FD37FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD37FD

Black with #FD37FD

Text Example


Text Example

White with #FD37FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD37FD; }

 p { color: rgb(253,55,253); }

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

background-color css

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

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

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

border-color css

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

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

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