Html Css Color HEX #F547FA Pink Flamingo

📋 copy color: '#F547FA'

red 245 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #F547FA

Tints of Pink Flamingo #F547FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.54%

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

R = 43.29%
G = 12.54%
B = 44.17%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F547FA (or 0xF547FA) is known color: Pink Flamingo. HEX triplet: F5, 47 and FA. RGB value is (245,71,250). Sum of RGB (Red+Green+Blue) = 245+71+250=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 71 (28.12% from 255 or 12.54% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #F547FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FA is #0AB805. Grayscale: #8E8E8E. Windows color (decimal): -702470 or 16402421. OLE color: 16402421.

HSL color Cylindrical-coordinate representation of color #F547FA: hue angle of 298.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F547FA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 71 250 -
CMYK 0.02 0.72 0 0.02
HSL 298.32º 0.95% 0.63% -
HSV(B) 298.32º 0.72% 0.98% -
XYZ 57.16 30.82 93.38 -
YUV 143.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 245 71 250 0.02 0.72 0 0.02 298.32 0.95 0.63
Hex F5 47 FA 2 48 0 2 12A 5F 3F
Octal 365 107 372 2 110 0 2 452 137 77
Binary 11110101 1000111 11111010 10 1001000 0 10 100101010 1011111 111111

Color Harmonies of #F547FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F547FA

Black with #F547FA

Text Example


Text Example

White with #F547FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F547FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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