Html Css Color HEX #FD61F0 Pink Flamingo

📋 copy color: '#FD61F0'

red 253 ◦ green 97 ◦ blue 240

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

Shades of Pink Flamingo #FD61F0

Tints of Pink Flamingo #FD61F0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.44%

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 42.88%
G = 16.44%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD61F0 (or 0xFD61F0) is known color: Pink Flamingo. HEX triplet: FD, 61 and F0. RGB value is (253,97,240). Sum of RGB (Red+Green+Blue) = 253+97+240=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 97 (38.28% from 255 or 16.44% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD61F0 is #029E0F. Grayscale: #9F9F9F. Windows color (decimal): -171536 or 15753725. OLE color: 15753725.

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

Color convert

RGB 253 97 240 -
CMYK 0 0.62 0.05 0.01
HSL 305º 0.98% 0.69% -
HSV(B) 305º 0.62% 0.99% -
XYZ 60.51 35.72 86.14 -
YUV 159.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 253 97 240 0 0.62 0.05 0.01 305 0.98 0.69
Hex FD 61 F0 0 3E 5 1 131 62 45
Octal 375 141 360 0 76 5 1 461 142 105
Binary 11111101 1100001 11110000 0 111110 101 1 100110001 1100010 1000101

Color Harmonies of #FD61F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD61F0

Black with #FD61F0

Text Example


Text Example

White with #FD61F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD61F0; }

 p { color: rgb(253,97,240); }

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

background-color css

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

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

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

border-color css

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

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

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