Html Css Color HEX #F64BFF Pink Flamingo

📋 copy color: '#F64BFF'

red 246 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #F64BFF

Tints of Pink Flamingo #F64BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.02%

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

R = 42.71%
G = 13.02%
B = 44.27%

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

#F64BFF (or 0xF64BFF) is known color: Pink Flamingo. HEX triplet: F6, 4B and FF. RGB value is (246,75,255). Sum of RGB (Red+Green+Blue) = 246+75+255=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 75 (29.69% from 255 or 13.02% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BFF is #09B400. Grayscale: #929292. Windows color (decimal): -635905 or 16731126. OLE color: 16731126.

HSL color Cylindrical-coordinate representation of color #F64BFF: hue angle of 297º 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 #F64BFF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 75 255 -
CMYK 0.04 0.71 0 0
HSL 297º 1% 0.65% -
HSV(B) 297º 0.71% 1% -
XYZ 58.57 31.84 97.67 -
YUV 146.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 246 75 255 0.04 0.71 0 0 297 1 0.65
Hex F6 4B FF 4 47 0 0 129 64 41
Octal 366 113 377 4 107 0 0 451 144 101
Binary 11110110 1001011 11111111 100 1000111 0 0 100101001 1100100 1000001

Color Harmonies of #F64BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BFF

Black with #F64BFF

Text Example


Text Example

White with #F64BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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