Html Css Color HEX #F65EFE Pink Flamingo

📋 copy color: '#F65EFE'

red 246 ◦ green 94 ◦ blue 254

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

Shades of Pink Flamingo #F65EFE

Tints of Pink Flamingo #F65EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.82%

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

R = 41.41%
G = 15.82%
B = 42.76%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F65EFE (or 0xF65EFE) is known color: Pink Flamingo. HEX triplet: F6, 5E and FE. RGB value is (246,94,254). Sum of RGB (Red+Green+Blue) = 246+94+254=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F65EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EFE is #09A101. Grayscale: #9D9D9D. Windows color (decimal): -631042 or 16670454. OLE color: 16670454.

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

Color convert

RGB 246 94 254 -
CMYK 0.03 0.63 0 0.00
HSL 297º 0.99% 0.68% -
HSV(B) 297º 0.63% 1% -
XYZ 59.9 34.75 97.32 -
YUV 157.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 246 94 254 0.03 0.63 0 0.00 297 0.99 0.68
Hex F6 5E FE 3 3F 0 0 129 63 44
Octal 366 136 376 3 77 0 0 451 143 104
Binary 11110110 1011110 11111110 11 111111 0 0 100101001 1100011 1000100

Color Harmonies of #F65EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EFE

Black with #F65EFE

Text Example


Text Example

White with #F65EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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