Html Css Color HEX #F536FA Pink Flamingo

📋 copy color: '#F536FA'

red 245 ◦ green 54 ◦ blue 250

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

Shades of Pink Flamingo #F536FA

Tints of Pink Flamingo #F536FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 44.63%
G = 9.84%
B = 45.54%

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

#F536FA (or 0xF536FA) is known color: Pink Flamingo. HEX triplet: F5, 36 and FA. RGB value is (245,54,250). Sum of RGB (Red+Green+Blue) = 245+54+250=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 54 (21.48% from 255 or 9.84% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #F536FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F536FA is #0AC905. Grayscale: #848484. Windows color (decimal): -706822 or 16398069. OLE color: 16398069.

HSL color Cylindrical-coordinate representation of color #F536FA: hue angle of 298.47º degrees, saturation: 0.95, 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 #F536FA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 54 250 -
CMYK 0.02 0.78 0 0.02
HSL 298.47º 0.95% 0.6% -
HSV(B) 298.47º 0.78% 0.98% -
XYZ 56.23 28.95 93.07 -
YUV 133.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 245 54 250 0.02 0.78 0 0.02 298.47 0.95 0.6
Hex F5 36 FA 2 4E 0 2 12A 5F 3C
Octal 365 66 372 2 116 0 2 452 137 74
Binary 11110101 110110 11111010 10 1001110 0 10 100101010 1011111 111100

Color Harmonies of #F536FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536FA

Black with #F536FA

Text Example


Text Example

White with #F536FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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