Html Css Color HEX #F540FB Pink Flamingo

📋 copy color: '#F540FB'

red 245 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #F540FB

Tints of Pink Flamingo #F540FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 43.75%
G = 11.43%
B = 44.82%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F540FB (or 0xF540FB) is known color: Pink Flamingo. HEX triplet: F5, 40 and FB. RGB value is (245,64,251). Sum of RGB (Red+Green+Blue) = 245+64+251=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #F540FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540FB is #0ABF04. Grayscale: #8A8A8A. Windows color (decimal): -704261 or 16466165. OLE color: 16466165.

HSL color Cylindrical-coordinate representation of color #F540FB: hue angle of 298.07º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F540FB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 64 251 -
CMYK 0.02 0.75 0 0.02
HSL 298.07º 0.96% 0.62% -
HSV(B) 298.07º 0.75% 0.98% -
XYZ 56.9 30.04 94.07 -
YUV 139.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 245 64 251 0.02 0.75 0 0.02 298.07 0.96 0.62
Hex F5 40 FB 2 4B 0 2 12A 60 3E
Octal 365 100 373 2 113 0 2 452 140 76
Binary 11110101 1000000 11111011 10 1001011 0 10 100101010 1100000 111110

Color Harmonies of #F540FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540FB

Black with #F540FB

Text Example


Text Example

White with #F540FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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