Html Css Color HEX #F548FA Pink Flamingo

📋 copy color: '#F548FA'

red 245 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #F548FA

Tints of Pink Flamingo #F548FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.7%

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

R = 43.21%
G = 12.7%
B = 44.09%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F548FA (or 0xF548FA) is known color: Pink Flamingo. HEX triplet: F5, 48 and FA. RGB value is (245,72,250). Sum of RGB (Red+Green+Blue) = 245+72+250=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 72 (28.52% from 255 or 12.70% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #F548FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F548FA is #0AB705. Grayscale: #8F8F8F. Windows color (decimal): -702214 or 16402677. OLE color: 16402677.

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

Color convert

RGB 245 72 250 -
CMYK 0.02 0.71 0 0.02
HSL 298.31º 0.95% 0.63% -
HSV(B) 298.31º 0.71% 0.98% -
XYZ 57.23 30.95 93.4 -
YUV 144.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 245 72 250 0.02 0.71 0 0.02 298.31 0.95 0.63
Hex F5 48 FA 2 47 0 2 12A 5F 3F
Octal 365 110 372 2 107 0 2 452 137 77
Binary 11110101 1001000 11111010 10 1000111 0 10 100101010 1011111 111111

Color Harmonies of #F548FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F548FA

Black with #F548FA

Text Example


Text Example

White with #F548FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F548FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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