Html Css Color HEX #F540FF Pink Flamingo

📋 copy color: '#F540FF'

red 245 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F540FF

Tints of Pink Flamingo #F540FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.35%

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

R = 43.44%
G = 11.35%
B = 45.21%

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

#F540FF (or 0xF540FF) is known color: Pink Flamingo. HEX triplet: F5, 40 and FF. RGB value is (245,64,255). Sum of RGB (Red+Green+Blue) = 245+64+255=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 64 (25.39% from 255 or 11.35% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #F540FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FF is #0ABF00. Grayscale: #8B8B8B. Windows color (decimal): -704257 or 16728309. OLE color: 16728309.

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

Color convert

RGB 245 64 255 -
CMYK 0.04 0.75 0 0
HSL 296.86º 1% 0.63% -
HSV(B) 296.86º 0.75% 1% -
XYZ 57.54 30.3 97.42 -
YUV 139.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 245 64 255 0.04 0.75 0 0 296.86 1 0.63
Hex F5 40 FF 4 4B 0 0 129 64 3F
Octal 365 100 377 4 113 0 0 451 144 77
Binary 11110101 1000000 11111111 100 1001011 0 0 100101001 1100100 111111

Color Harmonies of #F540FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540FF

Black with #F540FF

Text Example


Text Example

White with #F540FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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