Html Css Color HEX #FD40FB Pink Flamingo

📋 copy color: '#FD40FB'

red 253 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #FD40FB

Tints of Pink Flamingo #FD40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.27%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 44.54%
G = 11.27%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD40FB (or 0xFD40FB) is known color: Pink Flamingo. HEX triplet: FD, 40 and FB. RGB value is (253,64,251). Sum of RGB (Red+Green+Blue) = 253+64+251=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 64 (25.39% from 255 or 11.27% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40FB is #02BF04. Grayscale: #8D8D8D. Windows color (decimal): -179973 or 16466173. OLE color: 16466173.

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

Color convert

RGB 253 64 251 -
CMYK 0 0.75 0.01 0.01
HSL 300.63º 0.98% 0.62% -
HSV(B) 300.63º 0.75% 0.99% -
XYZ 59.75 31.51 94.2 -
YUV 141.83 189.62 207.29 -
System Red Green Blue C M Y K H S L
Decimal 253 64 251 0 0.75 0.01 0.01 300.63 0.98 0.62
Hex FD 40 FB 0 4B 1 1 12D 62 3E
Octal 375 100 373 0 113 1 1 455 142 76
Binary 11111101 1000000 11111011 0 1001011 1 1 100101101 1100010 111110

Color Harmonies of #FD40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40FB

Black with #FD40FB

Text Example


Text Example

White with #FD40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40FB; }

 p { color: rgb(253,64,251); }

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

background-color css

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

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

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

border-color css

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

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

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