Html Css Color HEX #F640FC Pink Flamingo

📋 copy color: '#F640FC'

red 246 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #F640FC

Tints of Pink Flamingo #F640FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 43.77%
G = 11.39%
B = 44.84%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F640FC (or 0xF640FC) is known color: Pink Flamingo. HEX triplet: F6, 40 and FC. RGB value is (246,64,252). Sum of RGB (Red+Green+Blue) = 246+64+252=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #F640FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640FC is #09BF03. Grayscale: #8B8B8B. Windows color (decimal): -638724 or 16531702. OLE color: 16531702.

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

Color convert

RGB 246 64 252 -
CMYK 0.02 0.75 0 0.01
HSL 298.09º 0.97% 0.62% -
HSV(B) 298.09º 0.75% 0.99% -
XYZ 57.41 30.29 94.92 -
YUV 139.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 246 64 252 0.02 0.75 0 0.01 298.09 0.97 0.62
Hex F6 40 FC 2 4B 0 1 12A 61 3E
Octal 366 100 374 2 113 0 1 452 141 76
Binary 11110110 1000000 11111100 10 1001011 0 1 100101010 1100001 111110

Color Harmonies of #F640FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640FC

Black with #F640FC

Text Example


Text Example

White with #F640FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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