Html Css Color HEX #F541FF Pink Flamingo

📋 copy color: '#F541FF'

red 245 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F541FF

Tints of Pink Flamingo #F541FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 43.36%
G = 11.5%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F541FF (or 0xF541FF) is known color: Pink Flamingo. HEX triplet: F5, 41 and FF. RGB value is (245,65,255). Sum of RGB (Red+Green+Blue) = 245+65+255=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 65 (25.78% from 255 or 11.50% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F541FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541FF is #0ABE00. Grayscale: #8B8B8B. Windows color (decimal): -704001 or 16728565. OLE color: 16728565.

HSL color Cylindrical-coordinate representation of color #F541FF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F541FF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 65 255 -
CMYK 0.04 0.75 0 0
HSL 296.84º 1% 0.63% -
HSV(B) 296.84º 0.75% 1% -
XYZ 57.6 30.41 97.44 -
YUV 140.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 245 65 255 0.04 0.75 0 0 296.84 1 0.63
Hex F5 41 FF 4 4B 0 0 129 64 3F
Octal 365 101 377 4 113 0 0 451 144 77
Binary 11110101 1000001 11111111 100 1001011 0 0 100101001 1100100 111111

Color Harmonies of #F541FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541FF

Black with #F541FF

Text Example


Text Example

White with #F541FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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