Html Css Color HEX #F536FE Pink Flamingo

📋 copy color: '#F536FE'

red 245 ◦ green 54 ◦ blue 254

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

Shades of Pink Flamingo #F536FE

Tints of Pink Flamingo #F536FE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 9.76%

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

R = 44.3%
G = 9.76%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F536FE (or 0xF536FE) is known color: Pink Flamingo. HEX triplet: F5, 36 and FE. RGB value is (245,54,254). Sum of RGB (Red+Green+Blue) = 245+54+254=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 54 (21.48% from 255 or 9.76% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F536FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F536FE is #0AC901. Grayscale: #858585. Windows color (decimal): -706818 or 16660213. OLE color: 16660213.

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

Color convert

RGB 245 54 254 -
CMYK 0.04 0.79 0 0.00
HSL 297.3º 0.99% 0.6% -
HSV(B) 297.3º 0.79% 1% -
XYZ 56.86 29.21 96.41 -
YUV 133.91 195.78 207.24 -
System Red Green Blue C M Y K H S L
Decimal 245 54 254 0.04 0.79 0 0.00 297.3 0.99 0.6
Hex F5 36 FE 4 4F 0 0 129 63 3C
Octal 365 66 376 4 117 0 0 451 143 74
Binary 11110101 110110 11111110 100 1001111 0 0 100101001 1100011 111100

Color Harmonies of #F536FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536FE

Black with #F536FE

Text Example


Text Example

White with #F536FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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