Html Css Color HEX #F53DFF Pink Flamingo

📋 copy color: '#F53DFF'

red 245 ◦ green 61 ◦ blue 255

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

Shades of Pink Flamingo #F53DFF

Tints of Pink Flamingo #F53DFF

RGB

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

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

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

R = 43.67%
G = 10.87%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F53DFF (or 0xF53DFF) is known color: Pink Flamingo. HEX triplet: F5, 3D and FF. RGB value is (245,61,255). Sum of RGB (Red+Green+Blue) = 245+61+255=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 61 (24.22% from 255 or 10.87% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #F53DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DFF is #0AC200. Grayscale: #898989. Windows color (decimal): -705025 or 16727541. OLE color: 16727541.

HSL color Cylindrical-coordinate representation of color #F53DFF: hue angle of 296.91º 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 #F53DFF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 61 255 -
CMYK 0.04 0.76 0 0
HSL 296.91º 1% 0.62% -
HSV(B) 296.91º 0.76% 1% -
XYZ 57.37 29.97 97.37 -
YUV 138.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 245 61 255 0.04 0.76 0 0 296.91 1 0.62
Hex F5 3D FF 4 4C 0 0 129 64 3E
Octal 365 75 377 4 114 0 0 451 144 76
Binary 11110101 111101 11111111 100 1001100 0 0 100101001 1100100 111110

Color Harmonies of #F53DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DFF

Black with #F53DFF

Text Example


Text Example

White with #F53DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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