Html Css Color HEX #F65BF8 Pink Flamingo

📋 copy color: '#F65BF8'

red 246 ◦ green 91 ◦ blue 248

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

Shades of Pink Flamingo #F65BF8

Tints of Pink Flamingo #F65BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.39%

R = 42.05%
G = 15.56%
B = 42.39%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F65BF8 (or 0xF65BF8) is known color: Pink Flamingo. HEX triplet: F6, 5B and F8. RGB value is (246,91,248). Sum of RGB (Red+Green+Blue) = 246+91+248=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 91 (35.94% from 255 or 15.56% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #F65BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BF8 is #09A407. Grayscale: #9A9A9A. Windows color (decimal): -631816 or 16276470. OLE color: 16276470.

HSL color Cylindrical-coordinate representation of color #F65BF8: hue angle of 299.24º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BF8 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 91 248 -
CMYK 0.01 0.63 0 0.03
HSL 299.24º 0.92% 0.66% -
HSV(B) 299.24º 0.63% 0.97% -
XYZ 58.69 33.85 92.25 -
YUV 155.24 180.35 192.73 -
System Red Green Blue C M Y K H S L
Decimal 246 91 248 0.01 0.63 0 0.03 299.24 0.92 0.66
Hex F6 5B F8 1 3F 0 3 12B 5C 42
Octal 366 133 370 1 77 0 3 453 134 102
Binary 11110110 1011011 11111000 1 111111 0 11 100101011 1011100 1000010

Color Harmonies of #F65BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BF8

Black with #F65BF8

Text Example


Text Example

White with #F65BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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