Html Css Color HEX #F545FA Pink Flamingo

📋 copy color: '#F545FA'

red 245 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #F545FA

Tints of Pink Flamingo #F545FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.23%

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

R = 43.44%
G = 12.23%
B = 44.33%

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

#F545FA (or 0xF545FA) is known color: Pink Flamingo. HEX triplet: F5, 45 and FA. RGB value is (245,69,250). Sum of RGB (Red+Green+Blue) = 245+69+250=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #F545FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F545FA is #0ABA05. Grayscale: #8D8D8D. Windows color (decimal): -702982 or 16401909. OLE color: 16401909.

HSL color Cylindrical-coordinate representation of color #F545FA: hue angle of 298.34º 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 #F545FA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 69 250 -
CMYK 0.02 0.72 0 0.02
HSL 298.34º 0.95% 0.63% -
HSV(B) 298.34º 0.72% 0.98% -
XYZ 57.04 30.57 93.34 -
YUV 142.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 245 69 250 0.02 0.72 0 0.02 298.34 0.95 0.63
Hex F5 45 FA 2 48 0 2 12A 5F 3F
Octal 365 105 372 2 110 0 2 452 137 77
Binary 11110101 1000101 11111010 10 1001000 0 10 100101010 1011111 111111

Color Harmonies of #F545FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F545FA

Black with #F545FA

Text Example


Text Example

White with #F545FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F545FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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