Html Css Color HEX #F640FA Pink Flamingo

📋 copy color: '#F640FA'

red 246 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #F640FA

Tints of Pink Flamingo #F640FA

RGB

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

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

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

R = 43.93%
G = 11.43%
B = 44.64%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F640FA (or 0xF640FA) is known color: Pink Flamingo. HEX triplet: F6, 40 and FA. RGB value is (246,64,250). Sum of RGB (Red+Green+Blue) = 246+64+250=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #F640FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640FA is #09BF05. Grayscale: #8B8B8B. Windows color (decimal): -638726 or 16400630. OLE color: 16400630.

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

Color convert

RGB 246 64 250 -
CMYK 0.02 0.74 0 0.02
HSL 298.71º 0.95% 0.62% -
HSV(B) 298.71º 0.74% 0.98% -
XYZ 57.09 30.16 93.26 -
YUV 139.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 246 64 250 0.02 0.74 0 0.02 298.71 0.95 0.62
Hex F6 40 FA 2 4A 0 2 12B 5F 3E
Octal 366 100 372 2 112 0 2 453 137 76
Binary 11110110 1000000 11111010 10 1001010 0 10 100101011 1011111 111110

Color Harmonies of #F640FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640FA

Black with #F640FA

Text Example


Text Example

White with #F640FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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