Html Css Color HEX #F547FD Pink Flamingo

📋 copy color: '#F547FD'

red 245 ◦ green 71 ◦ blue 253

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

Shades of Pink Flamingo #F547FD

Tints of Pink Flamingo #F547FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 43.06%
G = 12.48%
B = 44.46%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F547FD (or 0xF547FD) is known color: Pink Flamingo. HEX triplet: F5, 47 and FD. RGB value is (245,71,253). Sum of RGB (Red+Green+Blue) = 245+71+253=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 71 (28.12% from 255 or 12.48% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #F547FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F547FD is #0AB802. Grayscale: #8F8F8F. Windows color (decimal): -702467 or 16599029. OLE color: 16599029.

HSL color Cylindrical-coordinate representation of color #F547FD: hue angle of 297.36º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F547FD is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 71 253 -
CMYK 0.03 0.72 0 0.01
HSL 297.36º 0.98% 0.64% -
HSV(B) 297.36º 0.72% 0.99% -
XYZ 57.64 31.01 95.88 -
YUV 143.77 189.65 200.2 -
System Red Green Blue C M Y K H S L
Decimal 245 71 253 0.03 0.72 0 0.01 297.36 0.98 0.64
Hex F5 47 FD 3 48 0 1 129 62 40
Octal 365 107 375 3 110 0 1 451 142 100
Binary 11110101 1000111 11111101 11 1001000 0 1 100101001 1100010 1000000

Color Harmonies of #F547FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F547FD

Black with #F547FD

Text Example


Text Example

White with #F547FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F547FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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