Html Css Color HEX #F65DFB Pink Flamingo

📋 copy color: '#F65DFB'

red 246 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #F65DFB

Tints of Pink Flamingo #F65DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.76%

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 41.69%
G = 15.76%
B = 42.54%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F65DFB (or 0xF65DFB) is known color: Pink Flamingo. HEX triplet: F6, 5D and FB. RGB value is (246,93,251). Sum of RGB (Red+Green+Blue) = 246+93+251=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 93 (36.72% from 255 or 15.76% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #F65DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65DFB is #09A204. Grayscale: #9C9C9C. Windows color (decimal): -631301 or 16473590. OLE color: 16473590.

HSL color Cylindrical-coordinate representation of color #F65DFB: hue angle of 298.1º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65DFB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 93 251 -
CMYK 0.02 0.63 0 0.02
HSL 298.1º 0.95% 0.67% -
HSV(B) 298.1º 0.63% 0.98% -
XYZ 59.33 34.39 94.78 -
YUV 156.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 246 93 251 0.02 0.63 0 0.02 298.1 0.95 0.67
Hex F6 5D FB 2 3F 0 2 12A 5F 43
Octal 366 135 373 2 77 0 2 452 137 103
Binary 11110110 1011101 11111011 10 111111 0 10 100101010 1011111 1000011

Color Harmonies of #F65DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DFB

Black with #F65DFB

Text Example


Text Example

White with #F65DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DFB; }

 p { color: rgb(246,93,251); }

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

background-color css

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

 a { background-color: rgb(246,93,251); }

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

border-color css

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

 span { border-color: rgb(246,93,251); }

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