Html Css Color HEX #FD3CFE Pink Flamingo

📋 copy color: '#FD3CFE'

red 253 ◦ green 60 ◦ blue 254

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

Shades of Pink Flamingo #FD3CFE

Tints of Pink Flamingo #FD3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.58%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 44.62%
G = 10.58%
B = 44.8%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD3CFE (or 0xFD3CFE) is known color: Pink Flamingo. HEX triplet: FD, 3C and FE. RGB value is (253,60,254). Sum of RGB (Red+Green+Blue) = 253+60+254=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 60 (23.83% from 255 or 10.58% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3CFE is #02C301. Grayscale: #8B8B8B. Windows color (decimal): -180994 or 16661757. OLE color: 16661757.

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

Color convert

RGB 253 60 254 -
CMYK 0.00 0.76 0 0.00
HSL 299.69º 0.99% 0.62% -
HSV(B) 299.69º 0.76% 1% -
XYZ 60.01 31.27 96.64 -
YUV 139.82 192.44 208.73 -
System Red Green Blue C M Y K H S L
Decimal 253 60 254 0.00 0.76 0 0.00 299.69 0.99 0.62
Hex FD 3C FE 0 4C 0 0 12C 63 3E
Octal 375 74 376 0 114 0 0 454 143 76
Binary 11111101 111100 11111110 0 1001100 0 0 100101100 1100011 111110

Color Harmonies of #FD3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3CFE

Black with #FD3CFE

Text Example


Text Example

White with #FD3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3CFE; }

 p { color: rgb(253,60,254); }

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

background-color css

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

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

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

border-color css

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

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

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