Html Css Color HEX #F65BFE Pink Flamingo

📋 copy color: '#F65BFE'

red 246 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #F65BFE

Tints of Pink Flamingo #F65BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 41.62%
G = 15.4%
B = 42.98%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F65BFE (or 0xF65BFE) is known color: Pink Flamingo. HEX triplet: F6, 5B and FE. RGB value is (246,91,254). Sum of RGB (Red+Green+Blue) = 246+91+254=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 91 (35.94% from 255 or 15.40% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F65BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BFE is #09A401. Grayscale: #9B9B9B. Windows color (decimal): -631810 or 16669686. OLE color: 16669686.

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

Color convert

RGB 246 91 254 -
CMYK 0.03 0.64 0 0.00
HSL 297.06º 0.99% 0.68% -
HSV(B) 297.06º 0.64% 1% -
XYZ 59.64 34.23 97.23 -
YUV 155.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 246 91 254 0.03 0.64 0 0.00 297.06 0.99 0.68
Hex F6 5B FE 3 40 0 0 129 63 44
Octal 366 133 376 3 100 0 0 451 143 104
Binary 11110110 1011011 11111110 11 1000000 0 0 100101001 1100011 1000100

Color Harmonies of #F65BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BFE

Black with #F65BFE

Text Example


Text Example

White with #F65BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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