Html Css Color HEX #F64DFA Pink Flamingo

📋 copy color: '#F64DFA'

red 246 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #F64DFA

Tints of Pink Flamingo #F64DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 42.93%
G = 13.44%
B = 43.63%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F64DFA (or 0xF64DFA) is known color: Pink Flamingo. HEX triplet: F6, 4D and FA. RGB value is (246,77,250). Sum of RGB (Red+Green+Blue) = 246+77+250=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 77 (30.47% from 255 or 13.44% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F64DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DFA is #09B205. Grayscale: #929292. Windows color (decimal): -635398 or 16403958. OLE color: 16403958.

HSL color Cylindrical-coordinate representation of color #F64DFA: hue angle of 298.61º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DFA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 77 250 -
CMYK 0.02 0.69 0 0.02
HSL 298.61º 0.95% 0.64% -
HSV(B) 298.61º 0.69% 0.98% -
XYZ 57.92 31.8 93.53 -
YUV 147.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 246 77 250 0.02 0.69 0 0.02 298.61 0.95 0.64
Hex F6 4D FA 2 45 0 2 12B 5F 40
Octal 366 115 372 2 105 0 2 453 137 100
Binary 11110110 1001101 11111010 10 1000101 0 10 100101011 1011111 1000000

Color Harmonies of #F64DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DFA

Black with #F64DFA

Text Example


Text Example

White with #F64DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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