Html Css Color HEX #F64CFF Pink Flamingo

📋 copy color: '#F64CFF'

red 246 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F64CFF

Tints of Pink Flamingo #F64CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.17%

 BLUE value IS 255 (100% from 255) = 44.19%

R = 42.63%
G = 13.17%
B = 44.19%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F64CFF (or 0xF64CFF) is known color: Pink Flamingo. HEX triplet: F6, 4C and FF. RGB value is (246,76,255). Sum of RGB (Red+Green+Blue) = 246+76+255=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 76 (30.08% from 255 or 13.17% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CFF is #09B300. Grayscale: #929292. Windows color (decimal): -635649 or 16731382. OLE color: 16731382.

HSL color Cylindrical-coordinate representation of color #F64CFF: hue angle of 296.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64CFF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 76 255 -
CMYK 0.04 0.70 0 0
HSL 296.98º 1% 0.65% -
HSV(B) 296.98º 0.7% 1% -
XYZ 58.64 31.98 97.69 -
YUV 147.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 246 76 255 0.04 0.70 0 0 296.98 1 0.65
Hex F6 4C FF 4 46 0 0 129 64 41
Octal 366 114 377 4 106 0 0 451 144 101
Binary 11110110 1001100 11111111 100 1000110 0 0 100101001 1100100 1000001

Color Harmonies of #F64CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CFF

Black with #F64CFF

Text Example


Text Example

White with #F64CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CFF; }

 p { color: rgb(246,76,255); }

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

background-color css

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

 a { background-color: rgb(246,76,255); }

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

border-color css

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

 span { border-color: rgb(246,76,255); }

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