Html Css Color HEX #F537FF Pink Flamingo

📋 copy color: '#F537FF'

red 245 ◦ green 55 ◦ blue 255

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

Shades of Pink Flamingo #F537FF

Tints of Pink Flamingo #F537FF

RGB

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

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

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

R = 44.14%
G = 9.91%
B = 45.95%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F537FF (or 0xF537FF) is known color: Pink Flamingo. HEX triplet: F5, 37 and FF. RGB value is (245,55,255). Sum of RGB (Red+Green+Blue) = 245+55+255=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 55 (21.88% from 255 or 9.91% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F537FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537FF is #0AC800. Grayscale: #868686. Windows color (decimal): -706561 or 16726005. OLE color: 16726005.

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

Color convert

RGB 245 55 255 -
CMYK 0.04 0.78 0 0
HSL 297º 1% 0.61% -
HSV(B) 297º 0.78% 1% -
XYZ 57.07 29.36 97.27 -
YUV 134.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 245 55 255 0.04 0.78 0 0 297 1 0.61
Hex F5 37 FF 4 4E 0 0 129 64 3D
Octal 365 67 377 4 116 0 0 451 144 75
Binary 11110101 110111 11111111 100 1001110 0 0 100101001 1100100 111101

Color Harmonies of #F537FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537FF

Black with #F537FF

Text Example


Text Example

White with #F537FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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