Html Css Color HEX #F537FE Pink Flamingo

📋 copy color: '#F537FE'

red 245 ◦ green 55 ◦ blue 254

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

Shades of Pink Flamingo #F537FE

Tints of Pink Flamingo #F537FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 44.22%
G = 9.93%
B = 45.85%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F537FE (or 0xF537FE) is known color: Pink Flamingo. HEX triplet: F5, 37 and FE. RGB value is (245,55,254). Sum of RGB (Red+Green+Blue) = 245+55+254=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 55 (21.88% from 255 or 9.93% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #F537FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F537FE is #0AC801. Grayscale: #858585. Windows color (decimal): -706562 or 16660469. OLE color: 16660469.

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

Color convert

RGB 245 55 254 -
CMYK 0.04 0.78 0 0.00
HSL 297.29º 0.99% 0.61% -
HSV(B) 297.29º 0.78% 1% -
XYZ 56.91 29.3 96.42 -
YUV 134.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 245 55 254 0.04 0.78 0 0.00 297.29 0.99 0.61
Hex F5 37 FE 4 4E 0 0 129 63 3D
Octal 365 67 376 4 116 0 0 451 143 75
Binary 11110101 110111 11111110 100 1001110 0 0 100101001 1100011 111101

Color Harmonies of #F537FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F537FE

Black with #F537FE

Text Example


Text Example

White with #F537FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F537FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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