Html Css Color HEX #F536F8 Pink Flamingo

📋 copy color: '#F536F8'

red 245 ◦ green 54 ◦ blue 248

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

Shades of Pink Flamingo #F536F8

Tints of Pink Flamingo #F536F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.34%

R = 44.79%
G = 9.87%
B = 45.34%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F536F8 (or 0xF536F8) is known color: Pink Flamingo. HEX triplet: F5, 36 and F8. RGB value is (245,54,248). Sum of RGB (Red+Green+Blue) = 245+54+248=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 54 (21.48% from 255 or 9.87% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #F536F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F536F8 is #0AC907. Grayscale: #848484. Windows color (decimal): -706824 or 16266997. OLE color: 16266997.

HSL color Cylindrical-coordinate representation of color #F536F8: hue angle of 299.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F536F8 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 54 248 -
CMYK 0.01 0.78 0 0.03
HSL 299.07º 0.93% 0.59% -
HSV(B) 299.07º 0.78% 0.97% -
XYZ 55.92 28.83 91.42 -
YUV 133.23 192.78 207.73 -
System Red Green Blue C M Y K H S L
Decimal 245 54 248 0.01 0.78 0 0.03 299.07 0.93 0.59
Hex F5 36 F8 1 4E 0 3 12B 5D 3B
Octal 365 66 370 1 116 0 3 453 135 73
Binary 11110101 110110 11111000 1 1001110 0 11 100101011 1011101 111011

Color Harmonies of #F536F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F536F8

Black with #F536F8

Text Example


Text Example

White with #F536F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F536F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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