Html Css Color HEX #FB41FF Pink Flamingo

📋 copy color: '#FB41FF'

red 251 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #FB41FF

Tints of Pink Flamingo #FB41FF

RGB

 RED value IS 251 (98.44% from 255) = 43.96%

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

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

R = 43.96%
G = 11.38%
B = 44.66%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB41FF (or 0xFB41FF) is known color: Pink Flamingo. HEX triplet: FB, 41 and FF. RGB value is (251,65,255). Sum of RGB (Red+Green+Blue) = 251+65+255=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 65 (25.78% from 255 or 11.38% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB41FF is #04BE00. Grayscale: #8D8D8D. Windows color (decimal): -310785 or 16728571. OLE color: 16728571.

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

Color convert

RGB 251 65 255 -
CMYK 0.02 0.75 0 0
HSL 298.74º 1% 0.63% -
HSV(B) 298.74º 0.75% 1% -
XYZ 59.72 31.51 97.54 -
YUV 142.27 191.62 205.55 -
System Red Green Blue C M Y K H S L
Decimal 251 65 255 0.02 0.75 0 0 298.74 1 0.63
Hex FB 41 FF 2 4B 0 0 12B 64 3F
Octal 373 101 377 2 113 0 0 453 144 77
Binary 11111011 1000001 11111111 10 1001011 0 0 100101011 1100100 111111

Color Harmonies of #FB41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB41FF

Black with #FB41FF

Text Example


Text Example

White with #FB41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB41FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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