Html Css Color HEX #F64AFF Pink Flamingo

📋 copy color: '#F64AFF'

red 246 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F64AFF

Tints of Pink Flamingo #F64AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.87%

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

R = 42.78%
G = 12.87%
B = 44.35%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F64AFF (or 0xF64AFF) is known color: Pink Flamingo. HEX triplet: F6, 4A and FF. RGB value is (246,74,255). Sum of RGB (Red+Green+Blue) = 246+74+255=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 74 (29.30% from 255 or 12.87% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AFF is #09B500. Grayscale: #919191. Windows color (decimal): -636161 or 16730870. OLE color: 16730870.

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

Color convert

RGB 246 74 255 -
CMYK 0.04 0.71 0 0
HSL 297.02º 1% 0.65% -
HSV(B) 297.02º 0.71% 1% -
XYZ 58.5 31.71 97.64 -
YUV 146.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 246 74 255 0.04 0.71 0 0 297.02 1 0.65
Hex F6 4A FF 4 47 0 0 129 64 41
Octal 366 112 377 4 107 0 0 451 144 101
Binary 11110110 1001010 11111111 100 1000111 0 0 100101001 1100100 1000001

Color Harmonies of #F64AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AFF

Black with #F64AFF

Text Example


Text Example

White with #F64AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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