Html Css Color HEX #F65EFD Pink Flamingo

📋 copy color: '#F65EFD'

red 246 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #F65EFD

Tints of Pink Flamingo #F65EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 41.48%
G = 15.85%
B = 42.66%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F65EFD (or 0xF65EFD) is known color: Pink Flamingo. HEX triplet: F6, 5E and FD. RGB value is (246,94,253). Sum of RGB (Red+Green+Blue) = 246+94+253=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 94 (37.11% from 255 or 15.85% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #F65EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EFD is #09A102. Grayscale: #9D9D9D. Windows color (decimal): -631043 or 16604918. OLE color: 16604918.

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

Color convert

RGB 246 94 253 -
CMYK 0.03 0.63 0 0.01
HSL 297.36º 0.98% 0.68% -
HSV(B) 297.36º 0.63% 0.99% -
XYZ 59.74 34.69 96.48 -
YUV 157.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 246 94 253 0.03 0.63 0 0.01 297.36 0.98 0.68
Hex F6 5E FD 3 3F 0 1 129 62 44
Octal 366 136 375 3 77 0 1 451 142 104
Binary 11110110 1011110 11111101 11 111111 0 1 100101001 1100010 1000100

Color Harmonies of #F65EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65EFD

Black with #F65EFD

Text Example


Text Example

White with #F65EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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