Html Css Color HEX #F665ED Pink Flamingo

📋 copy color: '#F665ED'

red 246 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #F665ED

Tints of Pink Flamingo #F665ED

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.29%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 42.12%
G = 17.29%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F665ED (or 0xF665ED) is known color: Pink Flamingo. HEX triplet: F6, 65 and ED. RGB value is (246,101,237). Sum of RGB (Red+Green+Blue) = 246+101+237=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F665ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665ED is #099A12. Grayscale: #9F9F9F. Windows color (decimal): -629267 or 15558134. OLE color: 15558134.

HSL color Cylindrical-coordinate representation of color #F665ED: hue angle of 303.72º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F665ED is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 237 -
CMYK 0 0.59 0.04 0.04
HSL 303.72º 0.89% 0.68% -
HSV(B) 303.72º 0.59% 0.96% -
XYZ 57.95 35.01 83.83 -
YUV 159.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 246 101 237 0 0.59 0.04 0.04 303.72 0.89 0.68
Hex F6 65 ED 0 3B 4 4 130 59 44
Octal 366 145 355 0 73 4 4 460 131 104
Binary 11110110 1100101 11101101 0 111011 100 100 100110000 1011001 1000100

Color Harmonies of #F665ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665ED

Black with #F665ED

Text Example


Text Example

White with #F665ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665ED; }

 p { color: rgb(246,101,237); }

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

background-color css

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

 a { background-color: rgb(246,101,237); }

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

border-color css

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

 span { border-color: rgb(246,101,237); }

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