Html Css Color HEX #FD3DFB Pink Flamingo

📋 copy color: '#FD3DFB'

red 253 ◦ green 61 ◦ blue 251

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

Shades of Pink Flamingo #FD3DFB

Tints of Pink Flamingo #FD3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 10.8%

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

R = 44.78%
G = 10.8%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD3DFB (or 0xFD3DFB) is known color: Pink Flamingo. HEX triplet: FD, 3D and FB. RGB value is (253,61,251). Sum of RGB (Red+Green+Blue) = 253+61+251=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 61 (24.22% from 255 or 10.80% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3DFB is #02C204. Grayscale: #8B8B8B. Windows color (decimal): -180741 or 16465405. OLE color: 16465405.

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

Color convert

RGB 253 61 251 -
CMYK 0 0.76 0.01 0.01
HSL 300.63º 0.98% 0.62% -
HSV(B) 300.63º 0.76% 0.99% -
XYZ 59.59 31.19 94.15 -
YUV 140.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 253 61 251 0 0.76 0.01 0.01 300.63 0.98 0.62
Hex FD 3D FB 0 4C 1 1 12D 62 3E
Octal 375 75 373 0 114 1 1 455 142 76
Binary 11111101 111101 11111011 0 1001100 1 1 100101101 1100010 111110

Color Harmonies of #FD3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3DFB

Black with #FD3DFB

Text Example


Text Example

White with #FD3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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