Html Css Color HEX #FD3CFF Pink Flamingo

📋 copy color: '#FD3CFF'

red 253 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #FD3CFF

Tints of Pink Flamingo #FD3CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 44.54%
G = 10.56%
B = 44.89%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD3CFF (or 0xFD3CFF) is known color: Pink Flamingo. HEX triplet: FD, 3C and FF. RGB value is (253,60,255). Sum of RGB (Red+Green+Blue) = 253+60+255=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 60 (23.83% from 255 or 10.56% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3CFF is #02C300. Grayscale: #8B8B8B. Windows color (decimal): -180993 or 16727293. OLE color: 16727293.

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

Color convert

RGB 253 60 255 -
CMYK 0.01 0.76 0 0
HSL 299.38º 1% 0.62% -
HSV(B) 299.38º 0.76% 1% -
XYZ 60.17 31.33 97.48 -
YUV 139.94 192.94 208.64 -
System Red Green Blue C M Y K H S L
Decimal 253 60 255 0.01 0.76 0 0 299.38 1 0.62
Hex FD 3C FF 1 4C 0 0 12B 64 3E
Octal 375 74 377 1 114 0 0 453 144 76
Binary 11111101 111100 11111111 1 1001100 0 0 100101011 1100100 111110

Color Harmonies of #FD3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3CFF

Black with #FD3CFF

Text Example


Text Example

White with #FD3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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