Html Css Color HEX #F640FB Pink Flamingo

📋 copy color: '#F640FB'

red 246 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #F640FB

Tints of Pink Flamingo #F640FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.41%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 43.85%
G = 11.41%
B = 44.74%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F640FB (or 0xF640FB) is known color: Pink Flamingo. HEX triplet: F6, 40 and FB. RGB value is (246,64,251). Sum of RGB (Red+Green+Blue) = 246+64+251=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 64 (25.39% from 255 or 11.41% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #F640FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640FB is #09BF04. Grayscale: #8B8B8B. Windows color (decimal): -638725 or 16466166. OLE color: 16466166.

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

Color convert

RGB 246 64 251 -
CMYK 0.02 0.75 0 0.02
HSL 298.4º 0.96% 0.62% -
HSV(B) 298.4º 0.75% 0.98% -
XYZ 57.25 30.22 94.08 -
YUV 139.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 246 64 251 0.02 0.75 0 0.02 298.4 0.96 0.62
Hex F6 40 FB 2 4B 0 2 12A 60 3E
Octal 366 100 373 2 113 0 2 452 140 76
Binary 11110110 1000000 11111011 10 1001011 0 10 100101010 1100000 111110

Color Harmonies of #F640FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640FB

Black with #F640FB

Text Example


Text Example

White with #F640FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640FB; }

 p { color: rgb(246,64,251); }

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

background-color css

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

 a { background-color: rgb(246,64,251); }

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

border-color css

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

 span { border-color: rgb(246,64,251); }

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