Html Css Color HEX #F541FB Pink Flamingo

📋 copy color: '#F541FB'

red 245 ◦ green 65 ◦ blue 251

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

Shades of Pink Flamingo #F541FB

Tints of Pink Flamingo #F541FB

RGB

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

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

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

R = 43.67%
G = 11.59%
B = 44.74%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F541FB (or 0xF541FB) is known color: Pink Flamingo. HEX triplet: F5, 41 and FB. RGB value is (245,65,251). Sum of RGB (Red+Green+Blue) = 245+65+251=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #F541FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F541FB is #0ABE04. Grayscale: #8B8B8B. Windows color (decimal): -704005 or 16466421. OLE color: 16466421.

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

Color convert

RGB 245 65 251 -
CMYK 0.02 0.74 0 0.02
HSL 298.06º 0.96% 0.62% -
HSV(B) 298.06º 0.74% 0.98% -
XYZ 56.96 30.16 94.09 -
YUV 140.02 190.63 202.88 -
System Red Green Blue C M Y K H S L
Decimal 245 65 251 0.02 0.74 0 0.02 298.06 0.96 0.62
Hex F5 41 FB 2 4A 0 2 12A 60 3E
Octal 365 101 373 2 112 0 2 452 140 76
Binary 11110101 1000001 11111011 10 1001010 0 10 100101010 1100000 111110

Color Harmonies of #F541FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541FB

Black with #F541FB

Text Example


Text Example

White with #F541FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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