Html Css Color HEX #F65BFF Pink Flamingo

📋 copy color: '#F65BFF'

red 246 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #F65BFF

Tints of Pink Flamingo #F65BFF

RGB

 RED value IS 246 (96.48% from 255) = 41.55%

 GREEN value IS 91 (35.94% from 255) = 15.37%

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

R = 41.55%
G = 15.37%
B = 43.07%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F65BFF (or 0xF65BFF) is known color: Pink Flamingo. HEX triplet: F6, 5B and FF. RGB value is (246,91,255). Sum of RGB (Red+Green+Blue) = 246+91+255=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 91 (35.94% from 255 or 15.37% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F65BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BFF is #09A400. Grayscale: #9B9B9B. Windows color (decimal): -631809 or 16735222. OLE color: 16735222.

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

Color convert

RGB 246 91 255 -
CMYK 0.04 0.64 0 0
HSL 296.71º 1% 0.68% -
HSV(B) 296.71º 0.64% 1% -
XYZ 59.8 34.3 98.08 -
YUV 156.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 246 91 255 0.04 0.64 0 0 296.71 1 0.68
Hex F6 5B FF 4 40 0 0 129 64 44
Octal 366 133 377 4 100 0 0 451 144 104
Binary 11110110 1011011 11111111 100 1000000 0 0 100101001 1100100 1000100

Color Harmonies of #F65BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BFF

Black with #F65BFF

Text Example


Text Example

White with #F65BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BFF; }

 p { color: rgb(246,91,255); }

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

background-color css

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

 a { background-color: rgb(246,91,255); }

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

border-color css

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

 span { border-color: rgb(246,91,255); }

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