Html Css Color HEX #FD5CFA Pink Flamingo

📋 copy color: '#FD5CFA'

red 253 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #FD5CFA

Tints of Pink Flamingo #FD5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.46%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 42.52%
G = 15.46%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD5CFA (or 0xFD5CFA) is known color: Pink Flamingo. HEX triplet: FD, 5C and FA. RGB value is (253,92,250). Sum of RGB (Red+Green+Blue) = 253+92+250=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 92 (36.33% from 255 or 15.46% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CFA is #02A305. Grayscale: #9D9D9D. Windows color (decimal): -172806 or 16407805. OLE color: 16407805.

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

Color convert

RGB 253 92 250 -
CMYK 0 0.64 0.01 0.01
HSL 301.12º 0.98% 0.68% -
HSV(B) 301.12º 0.64% 0.99% -
XYZ 61.59 35.44 94.04 -
YUV 158.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 253 92 250 0 0.64 0.01 0.01 301.12 0.98 0.68
Hex FD 5C FA 0 40 1 1 12D 62 44
Octal 375 134 372 0 100 1 1 455 142 104
Binary 11111101 1011100 11111010 0 1000000 1 1 100101101 1100010 1000100

Color Harmonies of #FD5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CFA

Black with #FD5CFA

Text Example


Text Example

White with #FD5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CFA; }

 p { color: rgb(253,92,250); }

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

background-color css

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

 a { background-color: rgb(253,92,250); }

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

border-color css

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

 span { border-color: rgb(253,92,250); }

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