Html Css Color HEX #F64DEE Pink Flamingo

📋 copy color: '#F64DEE'

red 246 ◦ green 77 ◦ blue 238

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

Shades of Pink Flamingo #F64DEE

Tints of Pink Flamingo #F64DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.73%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 43.85%
G = 13.73%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F64DEE (or 0xF64DEE) is known color: Pink Flamingo. HEX triplet: F6, 4D and EE. RGB value is (246,77,238). Sum of RGB (Red+Green+Blue) = 246+77+238=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 77 (30.47% from 255 or 13.73% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DEE is #09B211. Grayscale: #919191. Windows color (decimal): -635410 or 15617526. OLE color: 15617526.

HSL color Cylindrical-coordinate representation of color #F64DEE: hue angle of 302.84º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DEE is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 77 238 -
CMYK 0 0.69 0.03 0.04
HSL 302.84º 0.9% 0.63% -
HSV(B) 302.84º 0.69% 0.96% -
XYZ 56.09 31.07 83.93 -
YUV 145.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 246 77 238 0 0.69 0.03 0.04 302.84 0.9 0.63
Hex F6 4D EE 0 45 3 4 12F 5A 3F
Octal 366 115 356 0 105 3 4 457 132 77
Binary 11110110 1001101 11101110 0 1000101 11 100 100101111 1011010 111111

Color Harmonies of #F64DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DEE

Black with #F64DEE

Text Example


Text Example

White with #F64DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DEE; }

 p { color: rgb(246,77,238); }

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

background-color css

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

 a { background-color: rgb(246,77,238); }

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

border-color css

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

 span { border-color: rgb(246,77,238); }

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