Html Css Color HEX #F537FD Pink Flamingo

📋 copy color: '#F537FD'

red 245 ◦ green 55 ◦ blue 253

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

Shades of Pink Flamingo #F537FD

Tints of Pink Flamingo #F537FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 9.95%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 44.3%
G = 9.95%
B = 45.75%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F537FD (or 0xF537FD) is known color: Pink Flamingo. HEX triplet: F5, 37 and FD. RGB value is (245,55,253). Sum of RGB (Red+Green+Blue) = 245+55+253=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 55 (21.88% from 255 or 9.95% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #F537FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537FD is #0AC802. Grayscale: #858585. Windows color (decimal): -706563 or 16594933. OLE color: 16594933.

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

Color convert

RGB 245 55 253 -
CMYK 0.03 0.78 0 0.01
HSL 297.58º 0.98% 0.6% -
HSV(B) 297.58º 0.78% 0.99% -
XYZ 56.75 29.24 95.58 -
YUV 134.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 245 55 253 0.03 0.78 0 0.01 297.58 0.98 0.6
Hex F5 37 FD 3 4E 0 1 12A 62 3C
Octal 365 67 375 3 116 0 1 452 142 74
Binary 11110101 110111 11111101 11 1001110 0 1 100101010 1100010 111100

Color Harmonies of #F537FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537FD

Black with #F537FD

Text Example


Text Example

White with #F537FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537FD; }

 p { color: rgb(245,55,253); }

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

background-color css

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

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

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

border-color css

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

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

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