Html Css Color HEX #FB69FF Pink Flamingo

📋 copy color: '#FB69FF'

red 251 ◦ green 105 ◦ blue 255

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

Shades of Pink Flamingo #FB69FF

Tints of Pink Flamingo #FB69FF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.18%

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

R = 41.08%
G = 17.18%
B = 41.73%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB69FF (or 0xFB69FF) is known color: Pink Flamingo. HEX triplet: FB, 69 and FF. RGB value is (251,105,255). Sum of RGB (Red+Green+Blue) = 251+105+255=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 105 (41.41% from 255 or 17.18% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB69FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69FF is #049600. Grayscale: #A5A5A5. Windows color (decimal): -300545 or 16738811. OLE color: 16738811.

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

Color convert

RGB 251 105 255 -
CMYK 0.02 0.59 0 0
HSL 298.4º 1% 0.71% -
HSV(B) 298.4º 0.59% 1% -
XYZ 62.89 37.83 98.6 -
YUV 165.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 251 105 255 0.02 0.59 0 0 298.4 1 0.71
Hex FB 69 FF 2 3B 0 0 12A 64 47
Octal 373 151 377 2 73 0 0 452 144 107
Binary 11111011 1101001 11111111 10 111011 0 0 100101010 1100100 1000111

Color Harmonies of #FB69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69FF

Black with #FB69FF

Text Example


Text Example

White with #FB69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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