Html Css Color HEX #FF5DF4 Pink Flamingo

📋 copy color: '#FF5DF4'

red 255 ◦ green 93 ◦ blue 244

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

Shades of Pink Flamingo #FF5DF4

Tints of Pink Flamingo #FF5DF4

RGB

 RED value IS 255 (100% from 255) = 43.07%

 GREEN value IS 93 (36.72% from 255) = 15.71%

 BLUE value IS 244 (95.7% from 255) = 41.22%

R = 43.07%
G = 15.71%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF5DF4 (or 0xFF5DF4) is known color: Pink Flamingo. HEX triplet: FF, 5D and F4. RGB value is (255,93,244). Sum of RGB (Red+Green+Blue) = 255+93+244=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 93 (36.72% from 255 or 15.71% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DF4 is #00A20B. Grayscale: #9E9E9E. Windows color (decimal): -41484 or 16014847. OLE color: 16014847.

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

Color convert

RGB 255 93 244 -
CMYK 0 0.64 0.04 0
HSL 304.07º 1% 0.68% -
HSV(B) 304.07º 0.64% 1% -
XYZ 61.48 35.62 89.22 -
YUV 158.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 255 93 244 0 0.64 0.04 0 304.07 1 0.68
Hex FF 5D F4 0 40 4 0 130 64 44
Octal 377 135 364 0 100 4 0 460 144 104
Binary 11111111 1011101 11110100 0 1000000 100 0 100110000 1100100 1000100

Color Harmonies of #FF5DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DF4

Black with #FF5DF4

Text Example


Text Example

White with #FF5DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DF4; }

 p { color: rgb(255,93,244); }

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

background-color css

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

 a { background-color: rgb(255,93,244); }

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

border-color css

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

 span { border-color: rgb(255,93,244); }

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