Html Css Color HEX #F64AF7 Pink Flamingo

📋 copy color: '#F64AF7'

red 246 ◦ green 74 ◦ blue 247

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

Shades of Pink Flamingo #F64AF7

Tints of Pink Flamingo #F64AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.56%

R = 43.39%
G = 13.05%
B = 43.56%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F64AF7 (or 0xF64AF7) is known color: Pink Flamingo. HEX triplet: F6, 4A and F7. RGB value is (246,74,247). Sum of RGB (Red+Green+Blue) = 246+74+247=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #F64AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AF7 is #09B508. Grayscale: #909090. Windows color (decimal): -636169 or 16206582. OLE color: 16206582.

HSL color Cylindrical-coordinate representation of color #F64AF7: hue angle of 299.65º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64AF7 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 74 247 -
CMYK 0.00 0.70 0 0.03
HSL 299.65º 0.92% 0.63% -
HSV(B) 299.65º 0.7% 0.97% -
XYZ 57.24 31.21 91 -
YUV 145.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 246 74 247 0.00 0.70 0 0.03 299.65 0.92 0.63
Hex F6 4A F7 0 46 0 3 12C 5C 3F
Octal 366 112 367 0 106 0 3 454 134 77
Binary 11110110 1001010 11110111 0 1000110 0 11 100101100 1011100 111111

Color Harmonies of #F64AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AF7

Black with #F64AF7

Text Example


Text Example

White with #F64AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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