Html Css Color HEX #F537F9 Pink Flamingo

📋 copy color: '#F537F9'

red 245 ◦ green 55 ◦ blue 249

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

Shades of Pink Flamingo #F537F9

Tints of Pink Flamingo #F537F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 44.63%
G = 10.02%
B = 45.36%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F537F9 (or 0xF537F9) is known color: Pink Flamingo. HEX triplet: F5, 37 and F9. RGB value is (245,55,249). Sum of RGB (Red+Green+Blue) = 245+55+249=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 55 (21.88% from 255 or 10.02% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #F537F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537F9 is #0AC806. Grayscale: #858585. Windows color (decimal): -706567 or 16332789. OLE color: 16332789.

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

Color convert

RGB 245 55 249 -
CMYK 0.02 0.78 0 0.02
HSL 298.76º 0.94% 0.6% -
HSV(B) 298.76º 0.78% 0.98% -
XYZ 56.12 28.98 92.26 -
YUV 133.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 245 55 249 0.02 0.78 0 0.02 298.76 0.94 0.6
Hex F5 37 F9 2 4E 0 2 12B 5E 3C
Octal 365 67 371 2 116 0 2 453 136 74
Binary 11110101 110111 11111001 10 1001110 0 10 100101011 1011110 111100

Color Harmonies of #F537F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537F9

Black with #F537F9

Text Example


Text Example

White with #F537F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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