Html Css Color HEX #FD40F1 Pink Flamingo

📋 copy color: '#FD40F1'

red 253 ◦ green 64 ◦ blue 241

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

Shades of Pink Flamingo #FD40F1

Tints of Pink Flamingo #FD40F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 45.34%
G = 11.47%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD40F1 (or 0xFD40F1) is known color: Pink Flamingo. HEX triplet: FD, 40 and F1. RGB value is (253,64,241). Sum of RGB (Red+Green+Blue) = 253+64+241=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 64 (25.39% from 255 or 11.47% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD40F1 is #02BF0E. Grayscale: #8C8C8C. Windows color (decimal): -179983 or 15810813. OLE color: 15810813.

HSL color Cylindrical-coordinate representation of color #FD40F1: hue angle of 303.81º 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 #FD40F1 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 64 241 -
CMYK 0 0.75 0.05 0.01
HSL 303.81º 0.98% 0.62% -
HSV(B) 303.81º 0.75% 0.99% -
XYZ 58.22 30.9 86.11 -
YUV 140.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 253 64 241 0 0.75 0.05 0.01 303.81 0.98 0.62
Hex FD 40 F1 0 4B 5 1 130 62 3E
Octal 375 100 361 0 113 5 1 460 142 76
Binary 11111101 1000000 11110001 0 1001011 101 1 100110000 1100010 111110

Color Harmonies of #FD40F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40F1

Black with #FD40F1

Text Example


Text Example

White with #FD40F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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