Html Css Color HEX #F53DF5 Pink Flamingo

📋 copy color: '#F53DF5'

red 245 ◦ green 61 ◦ blue 245

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

Shades of Pink Flamingo #F53DF5

Tints of Pink Flamingo #F53DF5

RGB

 RED value IS 245 (96.09% from 255) = 44.46%

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

 BLUE value IS 245 (96.09% from 255) = 44.46%

R = 44.46%
G = 11.07%
B = 44.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F53DF5 (or 0xF53DF5) is known color: Pink Flamingo. HEX triplet: F5, 3D and F5. RGB value is (245,61,245). Sum of RGB (Red+Green+Blue) = 245+61+245=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F53DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DF5 is #0AC20A. Grayscale: #888888. Windows color (decimal): -705035 or 16072181. OLE color: 16072181.

HSL color Cylindrical-coordinate representation of color #F53DF5: hue angle of 300º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DF5 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 61 245 -
CMYK 0 0.75 0 0.04
HSL 300º 0.9% 0.6% -
HSV(B) 300º 0.75% 0.96% -
XYZ 55.81 29.34 89.11 -
YUV 136.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 245 61 245 0 0.75 0 0.04 300 0.9 0.6
Hex F5 3D F5 0 4B 0 4 12C 5A 3C
Octal 365 75 365 0 113 0 4 454 132 74
Binary 11110101 111101 11110101 0 1001011 0 100 100101100 1011010 111100

Color Harmonies of #F53DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DF5

Black with #F53DF5

Text Example


Text Example

White with #F53DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DF5; }

 p { color: rgb(245,61,245); }

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

background-color css

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

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

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

border-color css

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

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

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