Html Css Color HEX #F541FC Pink Flamingo

📋 copy color: '#F541FC'

red 245 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #F541FC

Tints of Pink Flamingo #F541FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.57%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 43.59%
G = 11.57%
B = 44.84%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F541FC (or 0xF541FC) is known color: Pink Flamingo. HEX triplet: F5, 41 and FC. RGB value is (245,65,252). Sum of RGB (Red+Green+Blue) = 245+65+252=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #F541FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541FC is #0ABE03. Grayscale: #8B8B8B. Windows color (decimal): -704004 or 16531957. OLE color: 16531957.

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

Color convert

RGB 245 65 252 -
CMYK 0.03 0.74 0 0.01
HSL 297.75º 0.97% 0.62% -
HSV(B) 297.75º 0.74% 0.99% -
XYZ 57.12 30.22 94.92 -
YUV 140.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 245 65 252 0.03 0.74 0 0.01 297.75 0.97 0.62
Hex F5 41 FC 3 4A 0 1 12A 61 3E
Octal 365 101 374 3 112 0 1 452 141 76
Binary 11110101 1000001 11111100 11 1001010 0 1 100101010 1100001 111110

Color Harmonies of #F541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541FC

Black with #F541FC

Text Example


Text Example

White with #F541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541FC; }

 p { color: rgb(245,65,252); }

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

background-color css

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

 a { background-color: rgb(245,65,252); }

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

border-color css

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

 span { border-color: rgb(245,65,252); }

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